Html Css Color HEX #016B58 Tropical Rain Forest

📋 copy color: '#016B58'

red 1 ◦ green 107 ◦ blue 88

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

Shades of Tropical Rain Forest #016B58

Tints of Tropical Rain Forest #016B58

RGB

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

 GREEN value IS 107 (42.19% from 255) = 54.59%

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

R = 0.51%
G = 54.59%
B = 44.9%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.18

 K value IS 0.58

RGB Variations

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

Color information

#016B58 (or 0x016B58) is known color: Tropical Rain Forest. HEX triplet: 01, 6B and 58. RGB value is (1,107,88). Sum of RGB (Red+Green+Blue) = 1+107+88=196 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 196); Green value is 107 (42.19% from 255 or 54.59% from 196); Blue value is 88 (34.77% from 255 or 44.90% from 196); Max value from RGB is 107 - color contains mainly: green. Hex color #016B58 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016B58 is #FE94A7. Grayscale: #494949. Windows color (decimal): -16684200 or 5794561. OLE color: 5794561.

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

Color convert

RGB 1 107 88 -
CMYK 0.99 0 0.18 0.58
HSL 169.25º 0.98% 0.21% -
HSV(B) 169.25º 0.99% 0.42% -
XYZ 7.03 11.23 11.03 -
YUV 73.14 136.38 76.54 -
System Red Green Blue C M Y K H S L
Decimal 1 107 88 0.99 0 0.18 0.58 169.25 0.98 0.21
Hex 1 6B 58 63 0 12 3A A9 62 15
Octal 1 153 130 143 0 22 72 251 142 25
Binary 1 1101011 1011000 1100011 0 10010 111010 10101001 1100010 10101

Color Harmonies of #016B58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016B58

Black with #016B58

Text Example


Text Example

White with #016B58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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