#15B8BA

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

Shades of Light Sea Green #15B8BA

Tints of Light Sea Green #15B8BA

Color information

#15B8BA (or 0x15B8BA) is unknown color: approx Light Sea Green. HEX triplet: 15, B8 and BA. RGB value is (21,184,186). Sum of RGB (Red+Green+Blue) = 21+184+186=391 (51% of max value = 765). Red value is 21 (8.59% from 255 or 5.37% from 391); Green value is 184 (72.27% from 255 or 47.06% from 391); Blue value is 186 (73.05% from 255 or 47.57% from 391); Max value from RGB is 186 - color contains mainly: blue. Hex color #15B8BA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #15B8BA is #EA4745. Grayscale: #878787. Windows color (decimal): -15353670 or 12236821. OLE color: 12236821.

HSL color Cylindrical-coordinate representation of color #15B8BA: hue angle of 180.73º 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 #15B8BA is Cyan = 0.89, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB21184186-
CMYK0.890.0100.27
HSL180.73º79.71%40.59%-
HSV(B)180.73º88.71%72.94%-
XYZ26.3137.9952.4-
YUV135.49156.546.34-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 5.37%
GREEN value IS 184 (72.27% from 255) = 47.06%
BLUE value IS 186 (73.05% from 255) = 47.57%
R=5.37%
G=47.06%
B=47.57%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal211841860.890.0100.27180.7379.7140.59
Hex15B8BA59101Bb55029
Octal25270272131103326512051
Binary10101101110001011101010110011011011101101011010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15B8BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,184,186); }

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

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

 a { background-color: rgb(21,184,186); }

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

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

 span { border-color: rgb(21,184,186); }

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