Html Css Color HEX #0C6E5A Tropical Rain Forest

📋 copy color: '#0C6E5A'

red 12 ◦ green 110 ◦ blue 90

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

Shades of Tropical Rain Forest #0C6E5A

Tints of Tropical Rain Forest #0C6E5A

RGB

 RED value IS 12 (5.08% from 255) = 5.66%

 GREEN value IS 110 (43.36% from 255) = 51.89%

 BLUE value IS 90 (35.55% from 255) = 42.45%

R = 5.66%
G = 51.89%
B = 42.45%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.18

 K value IS 0.57

RGB Variations

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

Color information

#0C6E5A (or 0x0C6E5A) is known color: Tropical Rain Forest. HEX triplet: 0C, 6E and 5A. RGB value is (12,110,90). Sum of RGB (Red+Green+Blue) = 12+110+90=212 (28% of max value = 765). Red value is 12 (5.08% from 255 or 5.66% from 212); Green value is 110 (43.36% from 255 or 51.89% from 212); Blue value is 90 (35.55% from 255 or 42.45% from 212); Max value from RGB is 110 - color contains mainly: green. Hex color #0C6E5A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C6E5A is #F391A5. Grayscale: #4E4E4E. Windows color (decimal): -15962534 or 5926412. OLE color: 5926412.

HSL color Cylindrical-coordinate representation of color #0C6E5A: hue angle of 167.76º degrees, saturation: 0.8, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0C6E5A is Cyan = 0.89, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.57.

Color convert

RGB 12 110 90 -
CMYK 0.89 0 0.18 0.57
HSL 167.76º 0.8% 0.24% -
HSV(B) 167.76º 0.89% 0.43% -
XYZ 7.57 11.97 11.58 -
YUV 78.42 134.53 80.63 -
System Red Green Blue C M Y K H S L
Decimal 12 110 90 0.89 0 0.18 0.57 167.76 0.8 0.24
Hex C 6E 5A 59 0 12 39 A8 50 18
Octal 14 156 132 131 0 22 71 250 120 30
Binary 1100 1101110 1011010 1011001 0 10010 111001 10101000 1010000 11000

Color Harmonies of #0C6E5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C6E5A

Black with #0C6E5A

Text Example


Text Example

White with #0C6E5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0C6E5A; }

 p { color: rgb(12,110,90); }

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

background-color css

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

 a { background-color: rgb(12,110,90); }

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

border-color css

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

 span { border-color: rgb(12,110,90); }

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