#28BAB3

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

Shades of Light Sea Green #28BAB3

Tints of Light Sea Green #28BAB3

Color information

#28BAB3 (or 0x28BAB3) is unknown color: approx Light Sea Green. HEX triplet: 28, BA and B3. RGB value is (40,186,179). Sum of RGB (Red+Green+Blue) = 40+186+179=405 (53% of max value = 765). Red value is 40 (16.02% from 255 or 9.88% from 405); Green value is 186 (73.05% from 255 or 45.93% from 405); Blue value is 179 (70.31% from 255 or 44.20% from 405); Max value from RGB is 186 - color contains mainly: green. Hex color #28BAB3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28BAB3 is #D7454C. Grayscale: #8D8D8D. Windows color (decimal): -14107981 or 11778600. OLE color: 11778600.

HSL color Cylindrical-coordinate representation of color #28BAB3: hue angle of 177.12º 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 #28BAB3 is Cyan = 0.78, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.27.

Color convert

RGB40186179-
CMYK0.7800.040.27
HSL177.12º64.6%44.31%-
HSV(B)177.12º78.49%72.94%-
XYZ26.5738.8248.74-
YUV141.55149.1355.57-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 9.88%
GREEN value IS 186 (73.05% from 255) = 45.93%
BLUE value IS 179 (70.31% from 255) = 44.20%
R=9.88%
G=45.93%
B=44.20%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal401861790.7800.040.27177.1264.644.31
Hex28BAB34E041Bb1412c
Octal50272263116043326110154
Binary10100010111010101100111001110010011011101100011000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28BAB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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