#28B2A2

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

Shades of Light Sea Green #28B2A2

Tints of Light Sea Green #28B2A2

Color information

#28B2A2 (or 0x28B2A2) is unknown color: approx Light Sea Green. HEX triplet: 28, B2 and A2. RGB value is (40,178,162). Sum of RGB (Red+Green+Blue) = 40+178+162=380 (50% of max value = 765). Red value is 40 (16.02% from 255 or 10.53% from 380); Green value is 178 (69.92% from 255 or 46.84% from 380); Blue value is 162 (63.67% from 255 or 42.63% from 380); Max value from RGB is 178 - color contains mainly: green. Hex color #28B2A2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28B2A2 is #D74D5D. Grayscale: #868686. Windows color (decimal): -14110046 or 10662440. OLE color: 10662440.

HSL color Cylindrical-coordinate representation of color #28B2A2: hue angle of 173.04º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #28B2A2 is Cyan = 0.78, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.30.

Color convert

RGB40178162-
CMYK0.7800.090.30
HSL173.04º63.3%42.75%-
HSV(B)173.04º77.53%69.8%-
XYZ23.3234.939.69-
YUV134.91143.2860.3-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 10.53%
GREEN value IS 178 (69.92% from 255) = 46.84%
BLUE value IS 162 (63.67% from 255) = 42.63%
R=10.53%
G=46.84%
B=42.63%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal401781620.7800.090.30173.0463.342.75
Hex28B2A24E091Ead3f2b
Octal50262242116011362557753
Binary10100010110010101000101001110010011111010101101111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28B2A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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