Html Css Color HEX #058266 Tropical Rain Forest

📋 copy color: '#058266'

red 5 ◦ green 130 ◦ blue 102

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

Shades of Tropical Rain Forest #058266

Tints of Tropical Rain Forest #058266

RGB

 RED value IS 5 (2.34% from 255) = 2.11%

 GREEN value IS 130 (51.17% from 255) = 54.85%

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

R = 2.11%
G = 54.85%
B = 43.04%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.22

 K value IS 0.49

RGB Variations

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

Color information

#058266 (or 0x058266) is known color: Tropical Rain Forest. HEX triplet: 05, 82 and 66. RGB value is (5,130,102). Sum of RGB (Red+Green+Blue) = 5+130+102=237 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.11% from 237); Green value is 130 (51.17% from 255 or 54.85% from 237); Blue value is 102 (40.23% from 255 or 43.04% from 237); Max value from RGB is 130 - color contains mainly: green. Hex color #058266 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #058266 is #FA7D99. Grayscale: #595959. Windows color (decimal): -16416154 or 6717957. OLE color: 6717957.

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

Color convert

RGB 5 130 102 -
CMYK 0.96 0 0.22 0.49
HSL 166.56º 0.93% 0.26% -
HSV(B) 166.56º 0.96% 0.51% -
XYZ 10.44 16.96 15.29 -
YUV 89.43 135.09 67.78 -
System Red Green Blue C M Y K H S L
Decimal 5 130 102 0.96 0 0.22 0.49 166.56 0.93 0.26
Hex 5 82 66 60 0 16 31 A7 5D 1A
Octal 5 202 146 140 0 26 61 247 135 32
Binary 101 10000010 1100110 1100000 0 10110 110001 10100111 1011101 11010

Color Harmonies of #058266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058266

Black with #058266

Text Example


Text Example

White with #058266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #058266; }

 p { color: rgb(5,130,102); }

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

background-color css

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

 a { background-color: rgb(5,130,102); }

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

border-color css

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

 span { border-color: rgb(5,130,102); }

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