Html Css Color HEX #1B6E60 Blue Stone

📋 copy color: '#1B6E60'

red 27 ◦ green 110 ◦ blue 96

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

Shades of Blue Stone #1B6E60

Tints of Blue Stone #1B6E60

RGB

 RED value IS 27 (10.94% from 255) = 11.59%

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

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

R = 11.59%
G = 47.21%
B = 41.2%

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

#1B6E60 (or 0x1B6E60) is known color: Blue Stone. HEX triplet: 1B, 6E and 60. RGB value is (27,110,96). Sum of RGB (Red+Green+Blue) = 27+110+96=233 (30% of max value = 765). Red value is 27 (10.94% from 255 or 11.59% from 233); Green value is 110 (43.36% from 255 or 47.21% from 233); Blue value is 96 (37.89% from 255 or 41.20% from 233); Max value from RGB is 110 - color contains mainly: green. Hex color #1B6E60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B6E60 is #E4919F. Grayscale: #535353. Windows color (decimal): -14979488 or 6319643. OLE color: 6319643.

HSL color Cylindrical-coordinate representation of color #1B6E60: hue angle of 169.88º degrees, saturation: 0.61, 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 #1B6E60 is Cyan = 0.75, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.57.

Color convert

RGB 27 110 96 -
CMYK 0.75 0 0.13 0.57
HSL 169.88º 0.61% 0.27% -
HSV(B) 169.88º 0.75% 0.43% -
XYZ 8.14 12.23 13 -
YUV 83.59 135 87.64 -
System Red Green Blue C M Y K H S L
Decimal 27 110 96 0.75 0 0.13 0.57 169.88 0.61 0.27
Hex 1B 6E 60 4B 0 D 39 AA 3D 1B
Octal 33 156 140 113 0 15 71 252 75 33
Binary 11011 1101110 1100000 1001011 0 1101 111001 10101010 111101 11011

Color Harmonies of #1B6E60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B6E60

Black with #1B6E60

Text Example


Text Example

White with #1B6E60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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