#28BDA6

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

Shades of Light Sea Green #28BDA6

Tints of Light Sea Green #28BDA6

Color information

#28BDA6 (or 0x28BDA6) is unknown color: approx Light Sea Green. HEX triplet: 28, BD and A6. RGB value is (40,189,166). Sum of RGB (Red+Green+Blue) = 40+189+166=395 (52% of max value = 765). Red value is 40 (16.02% from 255 or 10.13% from 395); Green value is 189 (74.22% from 255 or 47.85% from 395); Blue value is 166 (65.23% from 255 or 42.03% from 395); Max value from RGB is 189 - color contains mainly: green. Hex color #28BDA6 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #28BDA6 is #D74259. Grayscale: #8D8D8D. Windows color (decimal): -14107226 or 10927400. OLE color: 10927400.

HSL color Cylindrical-coordinate representation of color #28BDA6: hue angle of 170.74º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #28BDA6 is Cyan = 0.79, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.26.

Color convert

RGB40189166-
CMYK0.7900.120.26
HSL170.74º65.07%44.9%-
HSV(B)170.74º78.84%74.12%-
XYZ25.9639.642.35-
YUV141.83141.6455.37-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 10.13%
GREEN value IS 189 (74.22% from 255) = 47.85%
BLUE value IS 166 (65.23% from 255) = 42.03%
R=10.13%
G=47.85%
B=42.03%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal401891660.7900.120.26170.7465.0744.9
Hex28BDA64F0C1Aab412d
Octal502752461170143225310155
Binary101000101111011010011010011110110011010101010111000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28BDA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,189,166); }

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

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

 a { background-color: rgb(40,189,166); }

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

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

 span { border-color: rgb(40,189,166); }

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