Html Css Color HEX #018F7E Observatory

📋 copy color: '#018F7E'

red 1 ◦ green 143 ◦ blue 126

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

Shades of Observatory #018F7E

Tints of Observatory #018F7E

RGB

 RED value IS 1 (0.78% from 255) = 0.37%

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

 BLUE value IS 126 (49.61% from 255) = 46.67%

R = 0.37%
G = 52.96%
B = 46.67%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.12

 K value IS 0.44

RGB Variations

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

Color information

#018F7E (or 0x018F7E) is known color: Observatory. HEX triplet: 01, 8F and 7E. RGB value is (1,143,126). Sum of RGB (Red+Green+Blue) = 1+143+126=270 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 270); Green value is 143 (56.25% from 255 or 52.96% from 270); Blue value is 126 (49.61% from 255 or 46.67% from 270); Max value from RGB is 143 - color contains mainly: green. Hex color #018F7E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018F7E is #FE7081. Grayscale: #626262. Windows color (decimal): -16674946 or 8294145. OLE color: 8294145.

HSL color Cylindrical-coordinate representation of color #018F7E: hue angle of 172.82º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018F7E is Cyan = 0.99, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.44.

Color convert

RGB 1 143 126 -
CMYK 0.99 0 0.12 0.44
HSL 172.82º 0.99% 0.28% -
HSV(B) 172.82º 0.99% 0.56% -
XYZ 13.6 21.16 23.11 -
YUV 98.6 143.46 58.38 -
System Red Green Blue C M Y K H S L
Decimal 1 143 126 0.99 0 0.12 0.44 172.82 0.99 0.28
Hex 1 8F 7E 63 0 C 2C AD 63 1C
Octal 1 217 176 143 0 14 54 255 143 34
Binary 1 10001111 1111110 1100011 0 1100 101100 10101101 1100011 11100

Color Harmonies of #018F7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018F7E

Black with #018F7E

Text Example


Text Example

White with #018F7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018F7E; }

 p { color: rgb(1,143,126); }

 H1.HeaderClassName
 {
   color: #018F7E;
 }
 .AnyTagClassName
 {
   color: #018F7E;
 }
</style>

background-color css

<style>
 a { background-color: #018F7E; }

 a { background-color: rgb(1,143,126); }

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

border-color css

<style>
 span { border-color: #018F7E; }

 span { border-color: rgb(1,143,126); }

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