Html Css Color HEX #126153 Blue Stone

📋 copy color: '#126153'

red 18 ◦ green 97 ◦ blue 83

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

Shades of Blue Stone #126153

Tints of Blue Stone #126153

RGB

 RED value IS 18 (7.42% from 255) = 9.09%

 GREEN value IS 97 (38.28% from 255) = 48.99%

 BLUE value IS 83 (32.81% from 255) = 41.92%

R = 9.09%
G = 48.99%
B = 41.92%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.14

 K value IS 0.62

RGB Variations

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

Color information

#126153 (or 0x126153) is known color: Blue Stone. HEX triplet: 12, 61 and 53. RGB value is (18,97,83). Sum of RGB (Red+Green+Blue) = 18+97+83=198 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9.09% from 198); Green value is 97 (38.28% from 255 or 48.99% from 198); Blue value is 83 (32.81% from 255 or 41.92% from 198); Max value from RGB is 97 - color contains mainly: green. Hex color #126153 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126153 is #ED9EAC. Grayscale: #474747. Windows color (decimal): -15572653 or 5464338. OLE color: 5464338.

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

Color convert

RGB 18 97 83 -
CMYK 0.81 0 0.14 0.62
HSL 169.37º 0.69% 0.23% -
HSV(B) 169.37º 0.81% 0.38% -
XYZ 6.09 9.3 9.66 -
YUV 71.78 134.33 89.64 -
System Red Green Blue C M Y K H S L
Decimal 18 97 83 0.81 0 0.14 0.62 169.37 0.69 0.23
Hex 12 61 53 51 0 E 3E A9 45 17
Octal 22 141 123 121 0 16 76 251 105 27
Binary 10010 1100001 1010011 1010001 0 1110 111110 10101001 1000101 10111

Color Harmonies of #126153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126153

Black with #126153

Text Example


Text Example

White with #126153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #126153; }

 p { color: rgb(18,97,83); }

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

background-color css

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

 a { background-color: rgb(18,97,83); }

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

border-color css

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

 span { border-color: rgb(18,97,83); }

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