Html Css Color HEX #008164 Tropical Rain Forest

📋 copy color: '#008164'

red 0 ◦ green 129 ◦ blue 100

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

Shades of Tropical Rain Forest #008164

Tints of Tropical Rain Forest #008164

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

 BLUE value IS 100 (39.45% from 255) = 43.67%

R = 0%
G = 56.33%
B = 43.67%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.22

 K value IS 0.49

RGB Variations

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

Color information

#008164 (or 0x008164) is known color: Tropical Rain Forest. HEX triplet: 00, 81 and 64. RGB value is (0,129,100). Sum of RGB (Red+Green+Blue) = 0+129+100=229 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 229); Green value is 129 (50.78% from 255 or 56.33% from 229); Blue value is 100 (39.45% from 255 or 43.67% from 229); Max value from RGB is 129 - color contains mainly: green. Hex color #008164 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008164 is #FF7E9B. Grayscale: #575757. Windows color (decimal): -16744092 or 6586624. OLE color: 6586624.

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

Color convert

RGB 0 129 100 -
CMYK 1 0 0.22 0.49
HSL 166.51º 1% 0.25% -
HSV(B) 166.51º 1% 0.51% -
XYZ 10.15 16.62 14.73 -
YUV 87.12 135.26 65.86 -
System Red Green Blue C M Y K H S L
Decimal 0 129 100 1 0 0.22 0.49 166.51 1 0.25
Hex 0 81 64 64 0 16 31 A7 64 19
Octal 0 201 144 144 0 26 61 247 144 31
Binary 0 10000001 1100100 1100100 0 10110 110001 10100111 1100100 11001

Color Harmonies of #008164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008164

Black with #008164

Text Example


Text Example

White with #008164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #008164; }

 p { color: rgb(0,129,100); }

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

background-color css

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

 a { background-color: rgb(0,129,100); }

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

border-color css

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

 span { border-color: rgb(0,129,100); }

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