Html Css Color HEX #12927D Observatory

📋 copy color: '#12927D'

red 18 ◦ green 146 ◦ blue 125

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

Shades of Observatory #12927D

Tints of Observatory #12927D

RGB

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

 GREEN value IS 146 (57.42% from 255) = 50.52%

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

R = 6.23%
G = 50.52%
B = 43.25%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.14

 K value IS 0.43

RGB Variations

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

Color information

#12927D (or 0x12927D) is known color: Observatory. HEX triplet: 12, 92 and 7D. RGB value is (18,146,125). Sum of RGB (Red+Green+Blue) = 18+146+125=289 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.23% from 289); Green value is 146 (57.42% from 255 or 50.52% from 289); Blue value is 125 (49.22% from 255 or 43.25% from 289); Max value from RGB is 146 - color contains mainly: green. Hex color #12927D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12927D is #ED6D82. Grayscale: #696969. Windows color (decimal): -15560067 or 8229394. OLE color: 8229394.

HSL color Cylindrical-coordinate representation of color #12927D: hue angle of 170.16º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #12927D is Cyan = 0.88, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.43.

Color convert

RGB 18 146 125 -
CMYK 0.88 0 0.14 0.43
HSL 170.16º 0.78% 0.32% -
HSV(B) 170.16º 0.88% 0.57% -
XYZ 14.23 22.17 22.93 -
YUV 105.33 139.09 65.71 -
System Red Green Blue C M Y K H S L
Decimal 18 146 125 0.88 0 0.14 0.43 170.16 0.78 0.32
Hex 12 92 7D 58 0 E 2B AA 4E 20
Octal 22 222 175 130 0 16 53 252 116 40
Binary 10010 10010010 1111101 1011000 0 1110 101011 10101010 1001110 100000

Color Harmonies of #12927D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12927D

Black with #12927D

Text Example


Text Example

White with #12927D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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