Html Css Color HEX #12927F Observatory

📋 copy color: '#12927F'

red 18 ◦ green 146 ◦ blue 127

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

Shades of Observatory #12927F

Tints of Observatory #12927F

RGB

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

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

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

R = 6.19%
G = 50.17%
B = 43.64%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.13

 K value IS 0.43

RGB Variations

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

Color information

#12927F (or 0x12927F) is known color: Observatory. HEX triplet: 12, 92 and 7F. RGB value is (18,146,127). Sum of RGB (Red+Green+Blue) = 18+146+127=291 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.19% from 291); Green value is 146 (57.42% from 255 or 50.17% from 291); Blue value is 127 (50% from 255 or 43.64% from 291); Max value from RGB is 146 - color contains mainly: green. Hex color #12927F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12927F is #ED6D80. Grayscale: #696969. Windows color (decimal): -15560065 or 8360466. OLE color: 8360466.

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

Color convert

RGB 18 146 127 -
CMYK 0.88 0 0.13 0.43
HSL 171.09º 0.78% 0.32% -
HSV(B) 171.09º 0.88% 0.57% -
XYZ 14.36 22.22 23.61 -
YUV 105.56 140.09 65.54 -
System Red Green Blue C M Y K H S L
Decimal 18 146 127 0.88 0 0.13 0.43 171.09 0.78 0.32
Hex 12 92 7F 58 0 D 2B AB 4E 20
Octal 22 222 177 130 0 15 53 253 116 40
Binary 10010 10010010 1111111 1011000 0 1101 101011 10101011 1001110 100000

Color Harmonies of #12927F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12927F

Black with #12927F

Text Example


Text Example

White with #12927F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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