Html Css Color HEX #12727C Allports

📋 copy color: '#12727C'

red 18 ◦ green 114 ◦ blue 124

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

Shades of Allports #12727C

Tints of Allports #12727C

RGB

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

 GREEN value IS 114 (44.92% from 255) = 44.53%

 BLUE value IS 124 (48.83% from 255) = 48.44%

R = 7.03%
G = 44.53%
B = 48.44%

CMYK

 C value IS 0.85

 M value IS 0.08

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#12727C (or 0x12727C) is known color: Allports. HEX triplet: 12, 72 and 7C. RGB value is (18,114,124). Sum of RGB (Red+Green+Blue) = 18+114+124=256 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.03% from 256); Green value is 114 (44.92% from 255 or 44.53% from 256); Blue value is 124 (48.83% from 255 or 48.44% from 256); Max value from RGB is 124 - color contains mainly: blue. Hex color #12727C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12727C is #ED8D83. Grayscale: #565656. Windows color (decimal): -15568260 or 8155666. OLE color: 8155666.

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

Color convert

RGB 18 114 124 -
CMYK 0.85 0.08 0 0.51
HSL 185.66º 0.75% 0.28% -
HSV(B) 185.66º 0.85% 0.49% -
XYZ 9.9 13.62 21.18 -
YUV 86.44 149.2 79.19 -
System Red Green Blue C M Y K H S L
Decimal 18 114 124 0.85 0.08 0 0.51 185.66 0.75 0.28
Hex 12 72 7C 55 8 0 33 BA 4B 1C
Octal 22 162 174 125 10 0 63 272 113 34
Binary 10010 1110010 1111100 1010101 1000 0 110011 10111010 1001011 11100

Color Harmonies of #12727C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12727C

Black with #12727C

Text Example


Text Example

White with #12727C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12727C; }

 p { color: rgb(18,114,124); }

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

background-color css

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

 a { background-color: rgb(18,114,124); }

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

border-color css

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

 span { border-color: rgb(18,114,124); }

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