#28ACA2

Color #28ACA2 Light Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Sea Green #28ACA2

Tints of Light Sea Green #28ACA2

Color information

#28ACA2 (or 0x28ACA2) is unknown color: approx Light Sea Green. HEX triplet: 28, AC and A2. RGB value is (40,172,162). Sum of RGB (Red+Green+Blue) = 40+172+162=374 (49% of max value = 765). Red value is 40 (16.02% from 255 or 10.70% from 374); Green value is 172 (67.58% from 255 or 45.99% from 374); Blue value is 162 (63.67% from 255 or 43.32% from 374); Max value from RGB is 172 - color contains mainly: green. Hex color #28ACA2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28ACA2 is #D7535D. Grayscale: #838383. Windows color (decimal): -14111582 or 10660904. OLE color: 10660904.

HSL color Cylindrical-coordinate representation of color #28ACA2: hue angle of 175.45º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #28ACA2 is Cyan = 0.77, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.33.

Color convert

RGB40172162-
CMYK0.7700.060.33
HSL175.45º62.26%41.57%-
HSV(B)175.45º76.74%67.45%-
XYZ22.1532.5639.3-
YUV131.39145.2762.81-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 40 (16.02% from 255) = 10.70%
GREEN value IS 172 (67.58% from 255) = 45.99%
BLUE value IS 162 (63.67% from 255) = 43.32%
R=10.70%
G=45.99%
B=43.32%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal401721620.7700.060.33175.4562.2641.57
Hex28ACA24D0621af3e2a
Octal5025424211506412577652
Binary10100010101100101000101001101011010000110101111111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28ACA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28ACA2; }

 p { color: rgb(40,172,162); }

 H1.HeaderClassName
 {
   color: #28ACA2;
 }
 .AnyTagClassName
 {
   color: #28ACA2;
 }
</style>
background-color css

<style>
 a { background-color: #28ACA2; }

 a { background-color: rgb(40,172,162); }

 div.DivClassName
 {
   background-color: #28ACA2;
 }
 .BgClassName
 {
   background-color: #28ACA2;
 }
</style>
border-color css

<style>
 span { border-color: #28ACA2; }

 span { border-color: rgb(40,172,162); }

 td.TdClassName
 {
   border-color: #28ACA2;
 }
 .TagClassName
 {
   border-color: #28ACA2;
 }
</style>