Html Css Color HEX #12767D Allports

📋 copy color: '#12767D'

red 18 ◦ green 118 ◦ blue 125

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

Shades of Allports #12767D

Tints of Allports #12767D

RGB

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

 GREEN value IS 118 (46.48% from 255) = 45.21%

 BLUE value IS 125 (49.22% from 255) = 47.89%

R = 6.9%
G = 45.21%
B = 47.89%

CMYK

 C value IS 0.86

 M value IS 0.06

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#12767D (or 0x12767D) is known color: Allports. HEX triplet: 12, 76 and 7D. RGB value is (18,118,125). Sum of RGB (Red+Green+Blue) = 18+118+125=261 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.90% from 261); Green value is 118 (46.48% from 255 or 45.21% from 261); Blue value is 125 (49.22% from 255 or 47.89% from 261); Max value from RGB is 125 - color contains mainly: blue. Hex color #12767D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12767D is #ED8982. Grayscale: #585858. Windows color (decimal): -15567235 or 8222226. OLE color: 8222226.

HSL color Cylindrical-coordinate representation of color #12767D: hue angle of 183.93º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #12767D is Cyan = 0.86, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 18 118 125 -
CMYK 0.86 0.06 0 0.51
HSL 183.93º 0.75% 0.28% -
HSV(B) 183.93º 0.86% 0.49% -
XYZ 10.43 14.57 21.66 -
YUV 88.9 148.37 77.43 -
System Red Green Blue C M Y K H S L
Decimal 18 118 125 0.86 0.06 0 0.51 183.93 0.75 0.28
Hex 12 76 7D 56 6 0 33 B8 4B 1C
Octal 22 166 175 126 6 0 63 270 113 34
Binary 10010 1110110 1111101 1010110 110 0 110011 10111000 1001011 11100

Color Harmonies of #12767D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12767D

Black with #12767D

Text Example


Text Example

White with #12767D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12767D; }

 p { color: rgb(18,118,125); }

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

background-color css

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

 a { background-color: rgb(18,118,125); }

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

border-color css

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

 span { border-color: rgb(18,118,125); }

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