Html Css Color HEX #108F7D Observatory

📋 copy color: '#108F7D'

red 16 ◦ green 143 ◦ blue 125

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

Shades of Observatory #108F7D

Tints of Observatory #108F7D

RGB

 RED value IS 16 (6.64% from 255) = 5.63%

 GREEN value IS 143 (56.25% from 255) = 50.35%

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

R = 5.63%
G = 50.35%
B = 44.01%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.13

 K value IS 0.44

RGB Variations

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

Color information

#108F7D (or 0x108F7D) is known color: Observatory. HEX triplet: 10, 8F and 7D. RGB value is (16,143,125). Sum of RGB (Red+Green+Blue) = 16+143+125=284 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.63% from 284); Green value is 143 (56.25% from 255 or 50.35% from 284); Blue value is 125 (49.22% from 255 or 44.01% from 284); Max value from RGB is 143 - color contains mainly: green. Hex color #108F7D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #108F7D is #EF7082. Grayscale: #666666. Windows color (decimal): -15691907 or 8228624. OLE color: 8228624.

HSL color Cylindrical-coordinate representation of color #108F7D: hue angle of 171.5º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #108F7D is Cyan = 0.89, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.44.

Color convert

RGB 16 143 125 -
CMYK 0.89 0 0.13 0.44
HSL 171.5º 0.8% 0.31% -
HSV(B) 171.5º 0.89% 0.56% -
XYZ 13.74 21.24 22.78 -
YUV 102.98 140.42 65.96 -
System Red Green Blue C M Y K H S L
Decimal 16 143 125 0.89 0 0.13 0.44 171.5 0.8 0.31
Hex 10 8F 7D 59 0 D 2C AB 50 1F
Octal 20 217 175 131 0 15 54 253 120 37
Binary 10000 10001111 1111101 1011001 0 1101 101100 10101011 1010000 11111

Color Harmonies of #108F7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #108F7D

Black with #108F7D

Text Example


Text Example

White with #108F7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #108F7D; }

 p { color: rgb(16,143,125); }

 H1.HeaderClassName
 {
   color: #108F7D;
 }
 .AnyTagClassName
 {
   color: #108F7D;
 }
</style>

background-color css

<style>
 a { background-color: #108F7D; }

 a { background-color: rgb(16,143,125); }

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

border-color css

<style>
 span { border-color: #108F7D; }

 span { border-color: rgb(16,143,125); }

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