Html Css Color HEX #12907D Observatory

📋 copy color: '#12907D'

red 18 ◦ green 144 ◦ blue 125

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

Shades of Observatory #12907D

Tints of Observatory #12907D

RGB

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

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

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

R = 6.27%
G = 50.17%
B = 43.55%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.13

 K value IS 0.44

RGB Variations

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

Color information

#12907D (or 0x12907D) is known color: Observatory. HEX triplet: 12, 90 and 7D. RGB value is (18,144,125). Sum of RGB (Red+Green+Blue) = 18+144+125=287 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.27% from 287); Green value is 144 (56.64% from 255 or 50.17% from 287); Blue value is 125 (49.22% from 255 or 43.55% from 287); Max value from RGB is 144 - color contains mainly: green. Hex color #12907D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12907D is #ED6F82. Grayscale: #686868. Windows color (decimal): -15560579 or 8228882. OLE color: 8228882.

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

Color convert

RGB 18 144 125 -
CMYK 0.88 0 0.13 0.44
HSL 170.95º 0.78% 0.32% -
HSV(B) 170.95º 0.88% 0.56% -
XYZ 13.92 21.56 22.83 -
YUV 104.16 139.76 66.54 -
System Red Green Blue C M Y K H S L
Decimal 18 144 125 0.88 0 0.13 0.44 170.95 0.78 0.32
Hex 12 90 7D 58 0 D 2C AB 4E 20
Octal 22 220 175 130 0 15 54 253 116 40
Binary 10010 10010000 1111101 1011000 0 1101 101100 10101011 1001110 100000

Color Harmonies of #12907D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12907D

Black with #12907D

Text Example


Text Example

White with #12907D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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