#28baaf

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

Shades of Light Sea Green #28BAAF

Tints of Light Sea Green #28BAAF

Color information

#28BAAF (or 0x28BAAF) is unknown color: approx Light Sea Green. HEX triplet: 28, BA and AF. RGB value is (40,186,175). Sum of RGB (Red+Green+Blue) = 40+186+175=401 (53% of max value = 765). Red value is 40 (16.02% from 255 or 9.98% from 401); Green value is 186 (73.05% from 255 or 46.38% from 401); Blue value is 175 (68.75% from 255 or 43.64% from 401); Max value from RGB is 186 - color contains mainly: green. Hex color #28BAAF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #28BAAF is #D74550. Grayscale: #8C8C8C. Windows color (decimal): -14107985 or 11516456. OLE color: 11516456.

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

Color convert

RGB40186175-
CMYK0.7800.060.27
HSL175.48º64.6%44.31%-
HSV(B)175.48º78.49%72.94%-
XYZ26.1738.6646.64-
YUV141.09147.1355.89-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 9.98%
GREEN value IS 186 (73.05% from 255) = 46.38%
BLUE value IS 175 (68.75% from 255) = 43.64%
R=9.98%
G=46.38%
B=43.64%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal401861750.7800.060.27175.4864.644.31
Hex28BAAF4E061Baf412c
Octal50272257116063325710154
Binary10100010111010101011111001110011011011101011111000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28baaf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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