Html Css Color HEX #1C6E60 Blue Stone

📋 copy color: '#1C6E60'

red 28 ◦ green 110 ◦ blue 96

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

Shades of Blue Stone #1C6E60

Tints of Blue Stone #1C6E60

RGB

 RED value IS 28 (11.33% from 255) = 11.97%

 GREEN value IS 110 (43.36% from 255) = 47.01%

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

R = 11.97%
G = 47.01%
B = 41.03%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.13

 K value IS 0.57

RGB Variations

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

Color information

#1C6E60 (or 0x1C6E60) is known color: Blue Stone. HEX triplet: 1C, 6E and 60. RGB value is (28,110,96). Sum of RGB (Red+Green+Blue) = 28+110+96=234 (30% of max value = 765). Red value is 28 (11.33% from 255 or 11.97% from 234); Green value is 110 (43.36% from 255 or 47.01% from 234); Blue value is 96 (37.89% from 255 or 41.03% from 234); Max value from RGB is 110 - color contains mainly: green. Hex color #1C6E60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C6E60 is #E3919F. Grayscale: #535353. Windows color (decimal): -14913952 or 6319644. OLE color: 6319644.

HSL color Cylindrical-coordinate representation of color #1C6E60: hue angle of 169.76º degrees, saturation: 0.59, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1C6E60 is Cyan = 0.75, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.57.

Color convert

RGB 28 110 96 -
CMYK 0.75 0 0.13 0.57
HSL 169.76º 0.59% 0.27% -
HSV(B) 169.76º 0.75% 0.43% -
XYZ 8.17 12.24 13 -
YUV 83.89 134.83 88.14 -
System Red Green Blue C M Y K H S L
Decimal 28 110 96 0.75 0 0.13 0.57 169.76 0.59 0.27
Hex 1C 6E 60 4B 0 D 39 AA 3B 1B
Octal 34 156 140 113 0 15 71 252 73 33
Binary 11100 1101110 1100000 1001011 0 1101 111001 10101010 111011 11011

Color Harmonies of #1C6E60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C6E60

Black with #1C6E60

Text Example


Text Example

White with #1C6E60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1C6E60; }

 p { color: rgb(28,110,96); }

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

background-color css

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

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

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

border-color css

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

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

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