Html Css Color HEX #12917F Observatory

📋 copy color: '#12917F'

red 18 ◦ green 145 ◦ blue 127

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

Shades of Observatory #12917F

Tints of Observatory #12917F

RGB

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

 GREEN value IS 145 (57.03% from 255) = 50%

 BLUE value IS 127 (50% from 255) = 43.79%

R = 6.21%
G = 50%
B = 43.79%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.12

 K value IS 0.43

RGB Variations

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

Color information

#12917F (or 0x12917F) is known color: Observatory. HEX triplet: 12, 91 and 7F. RGB value is (18,145,127). Sum of RGB (Red+Green+Blue) = 18+145+127=290 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.21% from 290); Green value is 145 (57.03% from 255 or 50% from 290); Blue value is 127 (50% from 255 or 43.79% from 290); Max value from RGB is 145 - color contains mainly: green. Hex color #12917F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12917F is #ED6E80. Grayscale: #686868. Windows color (decimal): -15560321 or 8360210. OLE color: 8360210.

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

Color convert

RGB 18 145 127 -
CMYK 0.88 0 0.12 0.43
HSL 171.5º 0.78% 0.32% -
HSV(B) 171.5º 0.88% 0.57% -
XYZ 14.21 21.91 23.56 -
YUV 104.98 140.42 65.96 -
System Red Green Blue C M Y K H S L
Decimal 18 145 127 0.88 0 0.12 0.43 171.5 0.78 0.32
Hex 12 91 7F 58 0 C 2B AB 4E 20
Octal 22 221 177 130 0 14 53 253 116 40
Binary 10010 10010001 1111111 1011000 0 1100 101011 10101011 1001110 100000

Color Harmonies of #12917F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12917F

Black with #12917F

Text Example


Text Example

White with #12917F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12917F; }

 p { color: rgb(18,145,127); }

 H1.HeaderClassName
 {
   color: #12917F;
 }
 .AnyTagClassName
 {
   color: #12917F;
 }
</style>

background-color css

<style>
 a { background-color: #12917F; }

 a { background-color: rgb(18,145,127); }

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

border-color css

<style>
 span { border-color: #12917F; }

 span { border-color: rgb(18,145,127); }

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