Html Css Color HEX #016F58 Tropical Rain Forest

📋 copy color: '#016F58'

red 1 ◦ green 111 ◦ blue 88

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

Shades of Tropical Rain Forest #016F58

Tints of Tropical Rain Forest #016F58

RGB

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

 GREEN value IS 111 (43.75% from 255) = 55.5%

 BLUE value IS 88 (34.77% from 255) = 44%

R = 0.5%
G = 55.5%
B = 44%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.21

 K value IS 0.56

RGB Variations

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

Color information

#016F58 (or 0x016F58) is known color: Tropical Rain Forest. HEX triplet: 01, 6F and 58. RGB value is (1,111,88). Sum of RGB (Red+Green+Blue) = 1+111+88=200 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.5% from 200); Green value is 111 (43.75% from 255 or 55.5% from 200); Blue value is 88 (34.77% from 255 or 44% from 200); Max value from RGB is 111 - color contains mainly: green. Hex color #016F58 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016F58 is #FE90A7. Grayscale: #4B4B4B. Windows color (decimal): -16683176 or 5795585. OLE color: 5795585.

HSL color Cylindrical-coordinate representation of color #016F58: hue angle of 167.45º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016F58 is Cyan = 0.99, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.56.

Color convert

RGB 1 111 88 -
CMYK 0.99 0 0.21 0.56
HSL 167.45º 0.98% 0.22% -
HSV(B) 167.45º 0.99% 0.44% -
XYZ 7.46 12.08 11.17 -
YUV 75.49 135.06 74.87 -
System Red Green Blue C M Y K H S L
Decimal 1 111 88 0.99 0 0.21 0.56 167.45 0.98 0.22
Hex 1 6F 58 63 0 15 38 A7 62 16
Octal 1 157 130 143 0 25 70 247 142 26
Binary 1 1101111 1011000 1100011 0 10101 111000 10100111 1100010 10110

Color Harmonies of #016F58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016F58

Black with #016F58

Text Example


Text Example

White with #016F58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016F58; }

 p { color: rgb(1,111,88); }

 H1.HeaderClassName
 {
   color: #016F58;
 }
 .AnyTagClassName
 {
   color: #016F58;
 }
</style>

background-color css

<style>
 a { background-color: #016F58; }

 a { background-color: rgb(1,111,88); }

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

border-color css

<style>
 span { border-color: #016F58; }

 span { border-color: rgb(1,111,88); }

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