Html Css Color HEX #12927E Observatory

📋 copy color: '#12927E'

red 18 ◦ green 146 ◦ blue 126

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

Shades of Observatory #12927E

Tints of Observatory #12927E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 43.45%

R = 6.21%
G = 50.34%
B = 43.45%

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

#12927E (or 0x12927E) is known color: Observatory. HEX triplet: 12, 92 and 7E. RGB value is (18,146,126). Sum of RGB (Red+Green+Blue) = 18+146+126=290 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.21% from 290); Green value is 146 (57.42% from 255 or 50.34% from 290); Blue value is 126 (49.61% from 255 or 43.45% from 290); Max value from RGB is 146 - color contains mainly: green. Hex color #12927E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12927E is #ED6D81. Grayscale: #696969. Windows color (decimal): -15560066 or 8294930. OLE color: 8294930.

HSL color Cylindrical-coordinate representation of color #12927E: hue angle of 170.62º 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 #12927E is Cyan = 0.88, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.43.

Color convert

RGB 18 146 126 -
CMYK 0.88 0 0.14 0.43
HSL 170.63º 0.78% 0.32% -
HSV(B) 170.63º 0.88% 0.57% -
XYZ 14.29 22.19 23.27 -
YUV 105.45 139.59 65.63 -
System Red Green Blue C M Y K H S L
Decimal 18 146 126 0.88 0 0.14 0.43 170.63 0.78 0.32
Hex 12 92 7E 58 0 E 2B AB 4E 20
Octal 22 222 176 130 0 16 53 253 116 40
Binary 10010 10010010 1111110 1011000 0 1110 101011 10101011 1001110 100000

Color Harmonies of #12927E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12927E

Black with #12927E

Text Example


Text Example

White with #12927E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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