#28BDAF

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

Shades of Light Sea Green #28BDAF

Tints of Light Sea Green #28BDAF

Color information

#28BDAF (or 0x28BDAF) is unknown color: approx Light Sea Green. HEX triplet: 28, BD and AF. RGB value is (40,189,175). Sum of RGB (Red+Green+Blue) = 40+189+175=404 (53% of max value = 765). Red value is 40 (16.02% from 255 or 9.90% from 404); Green value is 189 (74.22% from 255 or 46.78% from 404); Blue value is 175 (68.75% from 255 or 43.32% from 404); Max value from RGB is 189 - color contains mainly: green. Hex color #28BDAF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #28BDAF is #D74250. Grayscale: #8E8E8E. Windows color (decimal): -14107217 or 11517224. OLE color: 11517224.

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

Color convert

RGB40189175-
CMYK0.7900.070.26
HSL174.36º65.07%44.9%-
HSV(B)174.36º78.84%74.12%-
XYZ26.8139.9446.85-
YUV142.85146.1454.64-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 9.90%
GREEN value IS 189 (74.22% from 255) = 46.78%
BLUE value IS 175 (68.75% from 255) = 43.32%
R=9.90%
G=46.78%
B=43.32%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal401891750.7900.070.26174.3665.0744.9
Hex28BDAF4F071Aae412d
Octal50275257117073225610155
Binary10100010111101101011111001111011111010101011101000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28BDAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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