Html Css Color HEX #016C62 Tropical Rain Forest

📋 copy color: '#016C62'

red 1 ◦ green 108 ◦ blue 98

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

Shades of Tropical Rain Forest #016C62

Tints of Tropical Rain Forest #016C62

RGB

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

 GREEN value IS 108 (42.58% from 255) = 52.17%

 BLUE value IS 98 (38.67% from 255) = 47.34%

R = 0.48%
G = 52.17%
B = 47.34%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.09

 K value IS 0.58

RGB Variations

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

Color information

#016C62 (or 0x016C62) is known color: Tropical Rain Forest. HEX triplet: 01, 6C and 62. RGB value is (1,108,98). Sum of RGB (Red+Green+Blue) = 1+108+98=207 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.48% from 207); Green value is 108 (42.58% from 255 or 52.17% from 207); Blue value is 98 (38.67% from 255 or 47.34% from 207); Max value from RGB is 108 - color contains mainly: green. Hex color #016C62 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016C62 is #FE939D. Grayscale: #4A4A4A. Windows color (decimal): -16683934 or 6450177. OLE color: 6450177.

HSL color Cylindrical-coordinate representation of color #016C62: hue angle of 174.39º 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 #016C62 is Cyan = 0.99, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.58.

Color convert

RGB 1 108 98 -
CMYK 0.99 0 0.09 0.58
HSL 174.39º 0.98% 0.21% -
HSV(B) 174.39º 0.99% 0.42% -
XYZ 7.58 11.61 13.4 -
YUV 74.87 141.05 75.31 -
System Red Green Blue C M Y K H S L
Decimal 1 108 98 0.99 0 0.09 0.58 174.39 0.98 0.21
Hex 1 6C 62 63 0 9 3A AE 62 15
Octal 1 154 142 143 0 11 72 256 142 25
Binary 1 1101100 1100010 1100011 0 1001 111010 10101110 1100010 10101

Color Harmonies of #016C62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016C62

Black with #016C62

Text Example


Text Example

White with #016C62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,108,98); }

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

background-color css

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

 a { background-color: rgb(1,108,98); }

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

border-color css

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

 span { border-color: rgb(1,108,98); }

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