Html Css Color HEX #12737A Allports

📋 copy color: '#12737A'

red 18 ◦ green 115 ◦ blue 122

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

Shades of Allports #12737A

Tints of Allports #12737A

RGB

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

 GREEN value IS 115 (45.31% from 255) = 45.1%

 BLUE value IS 122 (48.05% from 255) = 47.84%

R = 7.06%
G = 45.1%
B = 47.84%

CMYK

 C value IS 0.85

 M value IS 0.06

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#12737A (or 0x12737A) is known color: Allports. HEX triplet: 12, 73 and 7A. RGB value is (18,115,122). Sum of RGB (Red+Green+Blue) = 18+115+122=255 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.06% from 255); Green value is 115 (45.31% from 255 or 45.10% from 255); Blue value is 122 (48.05% from 255 or 47.84% from 255); Max value from RGB is 122 - color contains mainly: blue. Hex color #12737A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12737A is #ED8C85. Grayscale: #565656. Windows color (decimal): -15568006 or 8024850. OLE color: 8024850.

HSL color Cylindrical-coordinate representation of color #12737A: hue angle of 184.04º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #12737A is Cyan = 0.85, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 18 115 122 -
CMYK 0.85 0.06 0 0.52
HSL 184.04º 0.74% 0.27% -
HSV(B) 184.04º 0.85% 0.48% -
XYZ 9.89 13.8 20.55 -
YUV 86.8 147.86 78.93 -
System Red Green Blue C M Y K H S L
Decimal 18 115 122 0.85 0.06 0 0.52 184.04 0.74 0.27
Hex 12 73 7A 55 6 0 34 B8 4A 1B
Octal 22 163 172 125 6 0 64 270 112 33
Binary 10010 1110011 1111010 1010101 110 0 110100 10111000 1001010 11011

Color Harmonies of #12737A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12737A

Black with #12737A

Text Example


Text Example

White with #12737A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12737A; }

 p { color: rgb(18,115,122); }

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

background-color css

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

 a { background-color: rgb(18,115,122); }

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

border-color css

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

 span { border-color: rgb(18,115,122); }

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