Html Css Color HEX #12907F Observatory

📋 copy color: '#12907F'

red 18 ◦ green 144 ◦ blue 127

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

Shades of Observatory #12907F

Tints of Observatory #12907F

RGB

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

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

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

R = 6.23%
G = 49.83%
B = 43.94%

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

#12907F (or 0x12907F) is known color: Observatory. HEX triplet: 12, 90 and 7F. RGB value is (18,144,127). Sum of RGB (Red+Green+Blue) = 18+144+127=289 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.23% from 289); Green value is 144 (56.64% from 255 or 49.83% from 289); Blue value is 127 (50% from 255 or 43.94% from 289); Max value from RGB is 144 - color contains mainly: green. Hex color #12907F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12907F is #ED6F80. Grayscale: #686868. Windows color (decimal): -15560577 or 8359954. OLE color: 8359954.

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

Color convert

RGB 18 144 127 -
CMYK 0.88 0 0.12 0.44
HSL 171.9º 0.78% 0.32% -
HSV(B) 171.9º 0.88% 0.56% -
XYZ 14.05 21.61 23.51 -
YUV 104.39 140.76 66.38 -
System Red Green Blue C M Y K H S L
Decimal 18 144 127 0.88 0 0.12 0.44 171.9 0.78 0.32
Hex 12 90 7F 58 0 C 2C AC 4E 20
Octal 22 220 177 130 0 14 54 254 116 40
Binary 10010 10010000 1111111 1011000 0 1100 101100 10101100 1001110 100000

Color Harmonies of #12907F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12907F

Black with #12907F

Text Example


Text Example

White with #12907F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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