#28c8b2

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

Shades of Light Sea Green #28C8B2

Tints of Light Sea Green #28C8B2

Color information

#28C8B2 (or 0x28C8B2) is unknown color: approx Light Sea Green. HEX triplet: 28, C8 and B2. RGB value is (40,200,178). Sum of RGB (Red+Green+Blue) = 40+200+178=418 (55% of max value = 765). Red value is 40 (16.02% from 255 or 9.57% from 418); Green value is 200 (78.52% from 255 or 47.85% from 418); Blue value is 178 (69.92% from 255 or 42.58% from 418); Max value from RGB is 200 - color contains mainly: green. Hex color #28C8B2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #28C8B2 is #D7374D. Grayscale: #959595. Windows color (decimal): -14104398 or 11716648. OLE color: 11716648.

HSL color Cylindrical-coordinate representation of color #28C8B2: hue angle of 171.75º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #28C8B2 is Cyan = 0.8, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.22.

Color convert

RGB40200178-
CMYK0.800.110.22
HSL171.75º66.67%47.06%-
HSV(B)171.75º80%78.43%-
XYZ29.5744.9749.24-
YUV149.65143.9949.79-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 9.57%
GREEN value IS 200 (78.52% from 255) = 47.85%
BLUE value IS 178 (69.92% from 255) = 42.58%
R=9.57%
G=47.85%
B=42.58%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal402001780.800.110.22171.7566.6747.06
Hex28C8B2500B16ac432f
Octal503102621200132625410357
Binary101000110010001011001010100000101110110101011001000011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28c8b2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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