Html Css Color HEX #12907E Observatory

📋 copy color: '#12907E'

red 18 ◦ green 144 ◦ blue 126

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

Shades of Observatory #12907E

Tints of Observatory #12907E

RGB

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

 GREEN value IS 144 (56.64% from 255) = 50%

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

R = 6.25%
G = 50%
B = 43.75%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.12

 K value IS 0.44

RGB Variations

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

Color information

#12907E (or 0x12907E) is known color: Observatory. HEX triplet: 12, 90 and 7E. RGB value is (18,144,126). Sum of RGB (Red+Green+Blue) = 18+144+126=288 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.25% from 288); Green value is 144 (56.64% from 255 or 50% from 288); Blue value is 126 (49.61% from 255 or 43.75% from 288); Max value from RGB is 144 - color contains mainly: green. Hex color #12907E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12907E is #ED6F81. Grayscale: #686868. Windows color (decimal): -15560578 or 8294418. OLE color: 8294418.

HSL color Cylindrical-coordinate representation of color #12907E: hue angle of 171.43º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #12907E is Cyan = 0.88, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.44.

Color convert

RGB 18 144 126 -
CMYK 0.88 0 0.12 0.44
HSL 171.43º 0.78% 0.32% -
HSV(B) 171.43º 0.88% 0.56% -
XYZ 13.99 21.58 23.17 -
YUV 104.27 140.26 66.46 -
System Red Green Blue C M Y K H S L
Decimal 18 144 126 0.88 0 0.12 0.44 171.43 0.78 0.32
Hex 12 90 7E 58 0 C 2C AB 4E 20
Octal 22 220 176 130 0 14 54 253 116 40
Binary 10010 10010000 1111110 1011000 0 1100 101100 10101011 1001110 100000

Color Harmonies of #12907E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12907E

Black with #12907E

Text Example


Text Example

White with #12907E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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