#15BDB6

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

Shades of Light Sea Green #15BDB6

Tints of Light Sea Green #15BDB6

Color information

#15BDB6 (or 0x15BDB6) is unknown color: approx Light Sea Green. HEX triplet: 15, BD and B6. RGB value is (21,189,182). Sum of RGB (Red+Green+Blue) = 21+189+182=392 (51% of max value = 765). Red value is 21 (8.59% from 255 or 5.36% from 392); Green value is 189 (74.22% from 255 or 48.21% from 392); Blue value is 182 (71.48% from 255 or 46.43% from 392); Max value from RGB is 189 - color contains mainly: green. Hex color #15BDB6 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #15BDB6 is #EA4249. Grayscale: #898989. Windows color (decimal): -15352394 or 11975957. OLE color: 11975957.

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

Color convert

RGB21189182-
CMYK0.8900.040.26
HSL177.5º80%41.18%-
HSV(B)177.5º88.89%74.12%-
XYZ26.9539.9350.54-
YUV137.97152.8444.57-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 5.36%
GREEN value IS 189 (74.22% from 255) = 48.21%
BLUE value IS 182 (71.48% from 255) = 46.43%
R=5.36%
G=48.21%
B=46.43%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal211891820.8900.040.26177.58041.18
Hex15BDB659041Ab25029
Octal25275266131043226212051
Binary1010110111101101101101011001010011010101100101010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15BDB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,189,182); }

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

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

 a { background-color: rgb(21,189,182); }

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

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

 span { border-color: rgb(21,189,182); }

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