#28BA9F

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

Shades of Light Sea Green #28BA9F

Tints of Light Sea Green #28BA9F

Color information

#28BA9F (or 0x28BA9F) is unknown color: approx Light Sea Green. HEX triplet: 28, BA and 9F. RGB value is (40,186,159). Sum of RGB (Red+Green+Blue) = 40+186+159=385 (50% of max value = 765). Red value is 40 (16.02% from 255 or 10.39% from 385); Green value is 186 (73.05% from 255 or 48.31% from 385); Blue value is 159 (62.5% from 255 or 41.30% from 385); Max value from RGB is 186 - color contains mainly: green. Hex color #28BA9F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #28BA9F is #D74560. Grayscale: #8B8B8B. Windows color (decimal): -14108001 or 10467880. OLE color: 10467880.

HSL color Cylindrical-coordinate representation of color #28BA9F: hue angle of 168.9º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #28BA9F is Cyan = 0.78, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.27.

Color convert

RGB40186159-
CMYK0.7800.150.27
HSL168.9º64.6%44.31%-
HSV(B)168.9º78.49%72.94%-
XYZ24.6938.0738.85-
YUV139.27139.1357.2-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 10.39%
GREEN value IS 186 (73.05% from 255) = 48.31%
BLUE value IS 159 (62.5% from 255) = 41.30%
R=10.39%
G=48.31%
B=41.30%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal401861590.7800.150.27168.964.644.31
Hex28BA9F4E0F1Ba9412c
Octal502722371160173325110154
Binary101000101110101001111110011100111111011101010011000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28BA9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,186,159); }

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

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

 a { background-color: rgb(40,186,159); }

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

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

 span { border-color: rgb(40,186,159); }

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