Html Css Color HEX #027C66 Tropical Rain Forest

📋 copy color: '#027C66'

red 2 ◦ green 124 ◦ blue 102

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

Shades of Tropical Rain Forest #027C66

Tints of Tropical Rain Forest #027C66

RGB

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

 GREEN value IS 124 (48.83% from 255) = 54.39%

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

R = 0.88%
G = 54.39%
B = 44.74%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.18

 K value IS 0.51

RGB Variations

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

Color information

#027C66 (or 0x027C66) is known color: Tropical Rain Forest. HEX triplet: 02, 7C and 66. RGB value is (2,124,102). Sum of RGB (Red+Green+Blue) = 2+124+102=228 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.88% from 228); Green value is 124 (48.83% from 255 or 54.39% from 228); Blue value is 102 (40.23% from 255 or 44.74% from 228); Max value from RGB is 124 - color contains mainly: green. Hex color #027C66 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #027C66 is #FD8399. Grayscale: #545454. Windows color (decimal): -16614298 or 6716418. OLE color: 6716418.

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

Color convert

RGB 2 124 102 -
CMYK 0.98 0 0.18 0.51
HSL 169.18º 0.97% 0.25% -
HSV(B) 169.18º 0.98% 0.49% -
XYZ 9.63 15.39 15.03 -
YUV 85.01 137.58 68.79 -
System Red Green Blue C M Y K H S L
Decimal 2 124 102 0.98 0 0.18 0.51 169.18 0.97 0.25
Hex 2 7C 66 62 0 12 33 A9 61 19
Octal 2 174 146 142 0 22 63 251 141 31
Binary 10 1111100 1100110 1100010 0 10010 110011 10101001 1100001 11001

Color Harmonies of #027C66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027C66

Black with #027C66

Text Example


Text Example

White with #027C66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027C66; }

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

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

background-color css

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

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

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

border-color css

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

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

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