Html Css Color HEX #11897A Observatory

📋 copy color: '#11897A'

red 17 ◦ green 137 ◦ blue 122

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

Shades of Observatory #11897A

Tints of Observatory #11897A

RGB

 RED value IS 17 (7.03% from 255) = 6.16%

 GREEN value IS 137 (53.91% from 255) = 49.64%

 BLUE value IS 122 (48.05% from 255) = 44.2%

R = 6.16%
G = 49.64%
B = 44.2%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.11

 K value IS 0.46

RGB Variations

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

Color information

#11897A (or 0x11897A) is known color: Observatory. HEX triplet: 11, 89 and 7A. RGB value is (17,137,122). Sum of RGB (Red+Green+Blue) = 17+137+122=276 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.16% from 276); Green value is 137 (53.91% from 255 or 49.64% from 276); Blue value is 122 (48.05% from 255 or 44.20% from 276); Max value from RGB is 137 - color contains mainly: green. Hex color #11897A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #11897A is #EE7685. Grayscale: #636363. Windows color (decimal): -15627910 or 8030481. OLE color: 8030481.

HSL color Cylindrical-coordinate representation of color #11897A: hue angle of 172.5º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #11897A is Cyan = 0.88, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.46.

Color convert

RGB 17 137 122 -
CMYK 0.88 0 0.11 0.46
HSL 172.5º 0.78% 0.3% -
HSV(B) 172.5º 0.88% 0.54% -
XYZ 12.69 19.42 21.49 -
YUV 99.41 140.74 69.22 -
System Red Green Blue C M Y K H S L
Decimal 17 137 122 0.88 0 0.11 0.46 172.5 0.78 0.3
Hex 11 89 7A 58 0 B 2E AC 4E 1E
Octal 21 211 172 130 0 13 56 254 116 36
Binary 10001 10001001 1111010 1011000 0 1011 101110 10101100 1001110 11110

Color Harmonies of #11897A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11897A

Black with #11897A

Text Example


Text Example

White with #11897A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11897A; }

 p { color: rgb(17,137,122); }

 H1.HeaderClassName
 {
   color: #11897A;
 }
 .AnyTagClassName
 {
   color: #11897A;
 }
</style>

background-color css

<style>
 a { background-color: #11897A; }

 a { background-color: rgb(17,137,122); }

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

border-color css

<style>
 span { border-color: #11897A; }

 span { border-color: rgb(17,137,122); }

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