#28B7A2

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

Shades of Light Sea Green #28B7A2

Tints of Light Sea Green #28B7A2

Color information

#28B7A2 (or 0x28B7A2) is unknown color: approx Light Sea Green. HEX triplet: 28, B7 and A2. RGB value is (40,183,162). Sum of RGB (Red+Green+Blue) = 40+183+162=385 (50% of max value = 765). Red value is 40 (16.02% from 255 or 10.39% from 385); Green value is 183 (71.88% from 255 or 47.53% from 385); Blue value is 162 (63.67% from 255 or 42.08% from 385); Max value from RGB is 183 - color contains mainly: green. Hex color #28B7A2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #28B7A2 is #D7485D. Grayscale: #898989. Windows color (decimal): -14108766 or 10663720. OLE color: 10663720.

HSL color Cylindrical-coordinate representation of color #28B7A2: hue angle of 171.19º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #28B7A2 is Cyan = 0.78, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.28.

Color convert

RGB40183162-
CMYK0.7800.110.28
HSL171.19º64.13%43.73%-
HSV(B)171.19º78.14%71.76%-
XYZ24.3336.9340.03-
YUV137.85141.6258.21-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 10.39%
GREEN value IS 183 (71.88% from 255) = 47.53%
BLUE value IS 162 (63.67% from 255) = 42.08%
R=10.39%
G=47.53%
B=42.08%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal401831620.7800.110.28171.1964.1343.73
Hex28B7A24E0B1Cab402c
Octal502672421160133425310054
Binary101000101101111010001010011100101111100101010111000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28B7A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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