Html Css Color HEX #126675 Allports

📋 copy color: '#126675'

red 18 ◦ green 102 ◦ blue 117

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

Shades of Allports #126675

Tints of Allports #126675

RGB

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

 GREEN value IS 102 (40.23% from 255) = 43.04%

 BLUE value IS 117 (46.09% from 255) = 49.37%

R = 7.59%
G = 43.04%
B = 49.37%

CMYK

 C value IS 0.85

 M value IS 0.13

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#126675 (or 0x126675) is known color: Allports. HEX triplet: 12, 66 and 75. RGB value is (18,102,117). Sum of RGB (Red+Green+Blue) = 18+102+117=237 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.59% from 237); Green value is 102 (40.23% from 255 or 43.04% from 237); Blue value is 117 (46.09% from 255 or 49.37% from 237); Max value from RGB is 117 - color contains mainly: blue. Hex color #126675 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126675 is #ED998A. Grayscale: #4E4E4E. Windows color (decimal): -15571339 or 7693842. OLE color: 7693842.

HSL color Cylindrical-coordinate representation of color #126675: hue angle of 189.09º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #126675 is Cyan = 0.85, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 18 102 117 -
CMYK 0.85 0.13 0 0.54
HSL 189.09º 0.73% 0.26% -
HSV(B) 189.09º 0.85% 0.46% -
XYZ 8.21 10.92 18.5 -
YUV 78.59 149.67 84.78 -
System Red Green Blue C M Y K H S L
Decimal 18 102 117 0.85 0.13 0 0.54 189.09 0.73 0.26
Hex 12 66 75 55 D 0 36 BD 49 1A
Octal 22 146 165 125 15 0 66 275 111 32
Binary 10010 1100110 1110101 1010101 1101 0 110110 10111101 1001001 11010

Color Harmonies of #126675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126675

Black with #126675

Text Example


Text Example

White with #126675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #126675; }

 p { color: rgb(18,102,117); }

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

background-color css

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

 a { background-color: rgb(18,102,117); }

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

border-color css

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

 span { border-color: rgb(18,102,117); }

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