#15ACB6

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

Shades of Light Sea Green #15ACB6

Tints of Light Sea Green #15ACB6

Color information

#15ACB6 (or 0x15ACB6) is unknown color: approx Light Sea Green. HEX triplet: 15, AC and B6. RGB value is (21,172,182). Sum of RGB (Red+Green+Blue) = 21+172+182=375 (49% of max value = 765). Red value is 21 (8.59% from 255 or 5.6% from 375); Green value is 172 (67.58% from 255 or 45.87% from 375); Blue value is 182 (71.48% from 255 or 48.53% from 375); Max value from RGB is 182 - color contains mainly: blue. Hex color #15ACB6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #15ACB6 is #EA5349. Grayscale: #7F7F7F. Windows color (decimal): -15356746 or 11971605. OLE color: 11971605.

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

Color convert

RGB21172182-
CMYK0.880.0500.29
HSL183.73º79.31%39.8%-
HSV(B)183.73º88.46%71.37%-
XYZ23.5133.0449.39-
YUV127.99158.4751.69-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 5.6%
GREEN value IS 172 (67.58% from 255) = 45.87%
BLUE value IS 182 (71.48% from 255) = 48.53%
R=5.6%
G=45.87%
B=48.53%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal211721820.880.0500.29183.7379.3139.8
Hex15ACB658501Db84f28
Octal25254266130503527011750
Binary1010110101100101101101011000101011101101110001001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15ACB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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