#28BDAE

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

Shades of Light Sea Green #28BDAE

Tints of Light Sea Green #28BDAE

Color information

#28BDAE (or 0x28BDAE) is unknown color: approx Light Sea Green. HEX triplet: 28, BD and AE. RGB value is (40,189,174). Sum of RGB (Red+Green+Blue) = 40+189+174=403 (53% of max value = 765). Red value is 40 (16.02% from 255 or 9.93% from 403); Green value is 189 (74.22% from 255 or 46.90% from 403); Blue value is 174 (68.36% from 255 or 43.18% from 403); Max value from RGB is 189 - color contains mainly: green. Hex color #28BDAE is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #28BDAE is #D74251. Grayscale: #8E8E8E. Windows color (decimal): -14107218 or 11451688. OLE color: 11451688.

HSL color Cylindrical-coordinate representation of color #28BDAE: hue angle of 173.96º 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 #28BDAE is Cyan = 0.79, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.26.

Color convert

RGB40189174-
CMYK0.7900.080.26
HSL173.96º65.07%44.9%-
HSV(B)173.96º78.84%74.12%-
XYZ26.7139.946.34-
YUV142.74145.6454.72-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 9.93%
GREEN value IS 189 (74.22% from 255) = 46.90%
BLUE value IS 174 (68.36% from 255) = 43.18%
R=9.93%
G=46.90%
B=43.18%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal401891740.7900.080.26173.9665.0744.9
Hex28BDAE4F081Aae412d
Octal502752561170103225610155
Binary101000101111011010111010011110100011010101011101000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28BDAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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