Html Css Color HEX #126758 Blue Stone

📋 copy color: '#126758'

red 18 ◦ green 103 ◦ blue 88

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

Shades of Blue Stone #126758

Tints of Blue Stone #126758

RGB

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

 GREEN value IS 103 (40.63% from 255) = 49.28%

 BLUE value IS 88 (34.77% from 255) = 42.11%

R = 8.61%
G = 49.28%
B = 42.11%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.15

 K value IS 0.60

RGB Variations

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

Color information

#126758 (or 0x126758) is known color: Blue Stone. HEX triplet: 12, 67 and 58. RGB value is (18,103,88). Sum of RGB (Red+Green+Blue) = 18+103+88=209 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.61% from 209); Green value is 103 (40.62% from 255 or 49.28% from 209); Blue value is 88 (34.77% from 255 or 42.11% from 209); Max value from RGB is 103 - color contains mainly: green. Hex color #126758 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126758 is #ED98A7. Grayscale: #4B4B4B. Windows color (decimal): -15571112 or 5793554. OLE color: 5793554.

HSL color Cylindrical-coordinate representation of color #126758: hue angle of 169.41º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #126758 is Cyan = 0.83, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.60.

Color convert

RGB 18 103 88 -
CMYK 0.83 0 0.15 0.60
HSL 169.41º 0.7% 0.24% -
HSV(B) 169.41º 0.83% 0.4% -
XYZ 6.86 10.53 10.9 -
YUV 75.88 134.84 86.72 -
System Red Green Blue C M Y K H S L
Decimal 18 103 88 0.83 0 0.15 0.60 169.41 0.7 0.24
Hex 12 67 58 53 0 F 3C A9 46 18
Octal 22 147 130 123 0 17 74 251 106 30
Binary 10010 1100111 1011000 1010011 0 1111 111100 10101001 1000110 11000

Color Harmonies of #126758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126758

Black with #126758

Text Example


Text Example

White with #126758

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #126758; }

 p { color: rgb(18,103,88); }

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

background-color css

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

 a { background-color: rgb(18,103,88); }

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

border-color css

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

 span { border-color: rgb(18,103,88); }

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