Html Css Color HEX #018161 Tropical Rain Forest

📋 copy color: '#018161'

red 1 ◦ green 129 ◦ blue 97

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

Shades of Tropical Rain Forest #018161

Tints of Tropical Rain Forest #018161

RGB

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

 GREEN value IS 129 (50.78% from 255) = 56.83%

 BLUE value IS 97 (38.28% from 255) = 42.73%

R = 0.44%
G = 56.83%
B = 42.73%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.25

 K value IS 0.49

RGB Variations

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

Color information

#018161 (or 0x018161) is known color: Tropical Rain Forest. HEX triplet: 01, 81 and 61. RGB value is (1,129,97). Sum of RGB (Red+Green+Blue) = 1+129+97=227 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 227); Green value is 129 (50.78% from 255 or 56.83% from 227); Blue value is 97 (38.28% from 255 or 42.73% from 227); Max value from RGB is 129 - color contains mainly: green. Hex color #018161 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018161 is #FE7E9E. Grayscale: #575757. Windows color (decimal): -16678559 or 6390017. OLE color: 6390017.

HSL color Cylindrical-coordinate representation of color #018161: hue angle of 165º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018161 is Cyan = 0.99, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.49.

Color convert

RGB 1 129 97 -
CMYK 0.99 0 0.25 0.49
HSL 165º 0.98% 0.25% -
HSV(B) 165º 0.99% 0.51% -
XYZ 10.02 16.57 13.98 -
YUV 87.08 133.59 66.6 -
System Red Green Blue C M Y K H S L
Decimal 1 129 97 0.99 0 0.25 0.49 165 0.98 0.25
Hex 1 81 61 63 0 19 31 A5 62 19
Octal 1 201 141 143 0 31 61 245 142 31
Binary 1 10000001 1100001 1100011 0 11001 110001 10100101 1100010 11001

Color Harmonies of #018161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018161

Black with #018161

Text Example


Text Example

White with #018161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018161; }

 p { color: rgb(1,129,97); }

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

background-color css

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

 a { background-color: rgb(1,129,97); }

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

border-color css

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

 span { border-color: rgb(1,129,97); }

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