Html Css Color HEX #126152 Blue Stone

📋 copy color: '#126152'

red 18 ◦ green 97 ◦ blue 82

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

Shades of Blue Stone #126152

Tints of Blue Stone #126152

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 41.62%

R = 9.14%
G = 49.24%
B = 41.62%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.15

 K value IS 0.62

RGB Variations

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

Color information

#126152 (or 0x126152) is known color: Blue Stone. HEX triplet: 12, 61 and 52. RGB value is (18,97,82). Sum of RGB (Red+Green+Blue) = 18+97+82=197 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9.14% from 197); Green value is 97 (38.28% from 255 or 49.24% from 197); Blue value is 82 (32.42% from 255 or 41.62% from 197); Max value from RGB is 97 - color contains mainly: green. Hex color #126152 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126152 is #ED9EAD. Grayscale: #474747. Windows color (decimal): -15572654 or 5398802. OLE color: 5398802.

HSL color Cylindrical-coordinate representation of color #126152: hue angle of 168.61º 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 #126152 is Cyan = 0.81, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.62.

Color convert

RGB 18 97 82 -
CMYK 0.81 0 0.15 0.62
HSL 168.61º 0.69% 0.23% -
HSV(B) 168.61º 0.81% 0.38% -
XYZ 6.05 9.29 9.46 -
YUV 71.67 133.83 89.72 -
System Red Green Blue C M Y K H S L
Decimal 18 97 82 0.81 0 0.15 0.62 168.61 0.69 0.23
Hex 12 61 52 51 0 F 3E A9 45 17
Octal 22 141 122 121 0 17 76 251 105 27
Binary 10010 1100001 1010010 1010001 0 1111 111110 10101001 1000101 10111

Color Harmonies of #126152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126152

Black with #126152

Text Example


Text Example

White with #126152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #126152; }

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

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

background-color css

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

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

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

border-color css

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

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

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