#15B2B4

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

Shades of Light Sea Green #15B2B4

Tints of Light Sea Green #15B2B4

Color information

#15B2B4 (or 0x15B2B4) is unknown color: approx Light Sea Green. HEX triplet: 15, B2 and B4. RGB value is (21,178,180). Sum of RGB (Red+Green+Blue) = 21+178+180=379 (50% of max value = 765). Red value is 21 (8.59% from 255 or 5.54% from 379); Green value is 178 (69.92% from 255 or 46.97% from 379); Blue value is 180 (70.70% from 255 or 47.49% from 379); Max value from RGB is 180 - color contains mainly: blue. Hex color #15B2B4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #15B2B4 is #EA4D4B. Grayscale: #838383. Windows color (decimal): -15355212 or 11842069. OLE color: 11842069.

HSL color Cylindrical-coordinate representation of color #15B2B4: hue angle of 180.75º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #15B2B4 is Cyan = 0.88, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB21178180-
CMYK0.880.0100.29
HSL180.75º79.1%39.41%-
HSV(B)180.75º88.33%70.59%-
XYZ24.4735.348.7-
YUV131.28155.4949.34-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 5.54%
GREEN value IS 178 (69.92% from 255) = 46.97%
BLUE value IS 180 (70.70% from 255) = 47.49%
R=5.54%
G=46.97%
B=47.49%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal211781800.880.0100.29180.7579.139.41
Hex15B2B458101Db54f27
Octal25262264130103526511747
Binary10101101100101011010010110001011101101101011001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15B2B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,178,180); }

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

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

 a { background-color: rgb(21,178,180); }

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

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

 span { border-color: rgb(21,178,180); }

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