#15B2B1

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

Shades of Light Sea Green #15B2B1

Tints of Light Sea Green #15B2B1

Color information

#15B2B1 (or 0x15B2B1) is unknown color: approx Light Sea Green. HEX triplet: 15, B2 and B1. RGB value is (21,178,177). Sum of RGB (Red+Green+Blue) = 21+178+177=376 (49% of max value = 765). Red value is 21 (8.59% from 255 or 5.59% from 376); Green value is 178 (69.92% from 255 or 47.34% from 376); Blue value is 177 (69.53% from 255 or 47.07% from 376); Max value from RGB is 178 - color contains mainly: green. Hex color #15B2B1 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #15B2B1 is #EA4D4E. Grayscale: #828282. Windows color (decimal): -15355215 or 11645461. OLE color: 11645461.

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

Color convert

RGB21178177-
CMYK0.8800.010.30
HSL179.62º78.89%39.02%-
HSV(B)179.62º88.2%69.8%-
XYZ24.1735.1747.11-
YUV130.94153.9949.58-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 5.59%
GREEN value IS 178 (69.92% from 255) = 47.34%
BLUE value IS 177 (69.53% from 255) = 47.07%
R=5.59%
G=47.34%
B=47.07%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal211781770.8800.010.30179.6278.8939.02
Hex15B2B158011Eb44f27
Octal25262261130013626411747
Binary10101101100101011000110110000111110101101001001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15B2B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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