Html Css Color HEX #018B6A Observatory

📋 copy color: '#018B6A'

red 1 ◦ green 139 ◦ blue 106

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

Shades of Observatory #018B6A

Tints of Observatory #018B6A

RGB

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

 GREEN value IS 139 (54.69% from 255) = 56.5%

 BLUE value IS 106 (41.8% from 255) = 43.09%

R = 0.41%
G = 56.5%
B = 43.09%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.24

 K value IS 0.45

RGB Variations

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

Color information

#018B6A (or 0x018B6A) is known color: Observatory. HEX triplet: 01, 8B and 6A. RGB value is (1,139,106). Sum of RGB (Red+Green+Blue) = 1+139+106=246 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 246); Green value is 139 (54.69% from 255 or 56.50% from 246); Blue value is 106 (41.80% from 255 or 43.09% from 246); Max value from RGB is 139 - color contains mainly: green. Hex color #018B6A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018B6A is #FE7495. Grayscale: #5D5D5D. Windows color (decimal): -16675990 or 6982401. OLE color: 6982401.

HSL color Cylindrical-coordinate representation of color #018B6A: hue angle of 165.65º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018B6A is Cyan = 0.99, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.45.

Color convert

RGB 1 139 106 -
CMYK 0.99 0 0.24 0.45
HSL 165.65º 0.99% 0.27% -
HSV(B) 165.65º 0.99% 0.55% -
XYZ 11.85 19.51 16.78 -
YUV 93.98 134.78 61.68 -
System Red Green Blue C M Y K H S L
Decimal 1 139 106 0.99 0 0.24 0.45 165.65 0.99 0.27
Hex 1 8B 6A 63 0 18 2D A6 63 1B
Octal 1 213 152 143 0 30 55 246 143 33
Binary 1 10001011 1101010 1100011 0 11000 101101 10100110 1100011 11011

Color Harmonies of #018B6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018B6A

Black with #018B6A

Text Example


Text Example

White with #018B6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,139,106); }

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

background-color css

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

 a { background-color: rgb(1,139,106); }

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

border-color css

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

 span { border-color: rgb(1,139,106); }

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