Html Css Color HEX #027666 Tropical Rain Forest

📋 copy color: '#027666'

red 2 ◦ green 118 ◦ blue 102

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

Shades of Tropical Rain Forest #027666

Tints of Tropical Rain Forest #027666

RGB

 RED value IS 2 (1.17% from 255) = 0.9%

 GREEN value IS 118 (46.48% from 255) = 53.15%

 BLUE value IS 102 (40.23% from 255) = 45.95%

R = 0.9%
G = 53.15%
B = 45.95%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.14

 K value IS 0.54

RGB Variations

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

Color information

#027666 (or 0x027666) is known color: Tropical Rain Forest. HEX triplet: 02, 76 and 66. RGB value is (2,118,102). Sum of RGB (Red+Green+Blue) = 2+118+102=222 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.90% from 222); Green value is 118 (46.48% from 255 or 53.15% from 222); Blue value is 102 (40.23% from 255 or 45.95% from 222); Max value from RGB is 118 - color contains mainly: green. Hex color #027666 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #027666 is #FD8999. Grayscale: #515151. Windows color (decimal): -16615834 or 6714882. OLE color: 6714882.

HSL color Cylindrical-coordinate representation of color #027666: hue angle of 171.72º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #027666 is Cyan = 0.98, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.54.

Color convert

RGB 2 118 102 -
CMYK 0.98 0 0.14 0.54
HSL 171.72º 0.97% 0.24% -
HSV(B) 171.72º 0.98% 0.46% -
XYZ 8.9 13.93 14.79 -
YUV 81.49 139.57 71.3 -
System Red Green Blue C M Y K H S L
Decimal 2 118 102 0.98 0 0.14 0.54 171.72 0.97 0.24
Hex 2 76 66 62 0 E 36 AC 61 18
Octal 2 166 146 142 0 16 66 254 141 30
Binary 10 1110110 1100110 1100010 0 1110 110110 10101100 1100001 11000

Color Harmonies of #027666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027666

Black with #027666

Text Example


Text Example

White with #027666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027666; }

 p { color: rgb(2,118,102); }

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

background-color css

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

 a { background-color: rgb(2,118,102); }

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

border-color css

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

 span { border-color: rgb(2,118,102); }

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