#15BFB0

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

Shades of Light Sea Green #15BFB0

Tints of Light Sea Green #15BFB0

Color information

#15BFB0 (or 0x15BFB0) is unknown color: approx Light Sea Green. HEX triplet: 15, BF and B0. RGB value is (21,191,176). Sum of RGB (Red+Green+Blue) = 21+191+176=388 (51% of max value = 765). Red value is 21 (8.59% from 255 or 5.41% from 388); Green value is 191 (75% from 255 or 49.23% from 388); Blue value is 176 (69.14% from 255 or 45.36% from 388); Max value from RGB is 191 - color contains mainly: green. Hex color #15BFB0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #15BFB0 is #EA404F. Grayscale: #8A8A8A. Windows color (decimal): -15351888 or 11583253. OLE color: 11583253.

HSL color Cylindrical-coordinate representation of color #15BFB0: hue angle of 174.71º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #15BFB0 is Cyan = 0.89, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.25.

Color convert

RGB21191176-
CMYK0.8900.080.25
HSL174.71º80.19%41.57%-
HSV(B)174.71º89.01%74.9%-
XYZ26.7840.5647.49-
YUV138.46149.1844.22-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 5.41%
GREEN value IS 191 (75% from 255) = 49.23%
BLUE value IS 176 (69.14% from 255) = 45.36%
R=5.41%
G=49.23%
B=45.36%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal211911760.8900.080.25174.7180.1941.57
Hex15BFB0590819af502a
Octal252772601310103125712052
Binary10101101111111011000010110010100011001101011111010000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15BFB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,191,176); }

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

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

 a { background-color: rgb(21,191,176); }

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

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

 span { border-color: rgb(21,191,176); }

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