Html Css Color HEX #156060 Blue Stone

📋 copy color: '#156060'

red 21 ◦ green 96 ◦ blue 96

#156060
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Stone #156060

Tints of Blue Stone #156060

RGB

 RED value IS 21 (8.59% from 255) = 9.86%

 GREEN value IS 96 (37.89% from 255) = 45.07%

 BLUE value IS 96 (37.89% from 255) = 45.07%

R = 9.86%
G = 45.07%
B = 45.07%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#156060 (or 0x156060) is known color: Blue Stone. HEX triplet: 15, 60 and 60. RGB value is (21,96,96). Sum of RGB (Red+Green+Blue) = 21+96+96=213 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.86% from 213); Green value is 96 (37.89% from 255 or 45.07% from 213); Blue value is 96 (37.89% from 255 or 45.07% from 213); Max value from RGB is 96 - color contains mainly: green, blue. Hex color #156060 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #156060 is #EA9F9F. Grayscale: #494949. Windows color (decimal): -15376288 or 6316053. OLE color: 6316053.

HSL color Cylindrical-coordinate representation of color #156060: hue angle of 180º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #156060 is Cyan = 0.78, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 21 96 96 -
CMYK 0.78 0 0 0.62
HSL 180º 0.64% 0.23% -
HSV(B) 180º 0.78% 0.38% -
XYZ 6.6 9.37 12.53 -
YUV 73.58 140.65 90.5 -
System Red Green Blue C M Y K H S L
Decimal 21 96 96 0.78 0 0 0.62 180 0.64 0.23
Hex 15 60 60 4E 0 0 3E B4 40 17
Octal 25 140 140 116 0 0 76 264 100 27
Binary 10101 1100000 1100000 1001110 0 0 111110 10110100 1000000 10111

Color Harmonies of #156060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #156060

Black with #156060

Text Example


Text Example

White with #156060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #156060; }

 p { color: rgb(21,96,96); }

 H1.HeaderClassName
 {
   color: #156060;
 }
 .AnyTagClassName
 {
   color: #156060;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #156060;
 }
 .BgClassName
 {
   background-color: #156060;
 }
</style>

border-color css

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

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

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