#15BBAF

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

Shades of Light Sea Green #15BBAF

Tints of Light Sea Green #15BBAF

Color information

#15BBAF (or 0x15BBAF) is unknown color: approx Light Sea Green. HEX triplet: 15, BB and AF. RGB value is (21,187,175). Sum of RGB (Red+Green+Blue) = 21+187+175=383 (50% of max value = 765). Red value is 21 (8.59% from 255 or 5.48% from 383); Green value is 187 (73.44% from 255 or 48.83% from 383); Blue value is 175 (68.75% from 255 or 45.69% from 383); Max value from RGB is 187 - color contains mainly: green. Hex color #15BBAF is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #15BBAF is #EA4450. Grayscale: #878787. Windows color (decimal): -15352913 or 11516693. OLE color: 11516693.

HSL color Cylindrical-coordinate representation of color #15BBAF: hue angle of 175.66º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #15BBAF is Cyan = 0.89, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB21187175-
CMYK0.8900.060.27
HSL175.66º79.81%40.78%-
HSV(B)175.66º88.77%73.33%-
XYZ25.8238.846.68-
YUV13615045.98-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 5.48%
GREEN value IS 187 (73.44% from 255) = 48.83%
BLUE value IS 175 (68.75% from 255) = 45.69%
R=5.48%
G=48.83%
B=45.69%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal211871750.8900.060.27175.6679.8140.78
Hex15BBAF59061Bb05029
Octal25273257131063326012051
Binary1010110111011101011111011001011011011101100001010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15BBAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15BBAF; }

 p { color: rgb(21,187,175); }

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

<style>
 a { background-color: #15BBAF; }

 a { background-color: rgb(21,187,175); }

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

<style>
 span { border-color: #15BBAF; }

 span { border-color: rgb(21,187,175); }

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