Html Css Color HEX #058066 Tropical Rain Forest

📋 copy color: '#058066'

red 5 ◦ green 128 ◦ blue 102

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

Shades of Tropical Rain Forest #058066

Tints of Tropical Rain Forest #058066

RGB

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

 GREEN value IS 128 (50.39% from 255) = 54.47%

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

R = 2.13%
G = 54.47%
B = 43.4%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.20

 K value IS 0.50

RGB Variations

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

Color information

#058066 (or 0x058066) is known color: Tropical Rain Forest. HEX triplet: 05, 80 and 66. RGB value is (5,128,102). Sum of RGB (Red+Green+Blue) = 5+128+102=235 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.13% from 235); Green value is 128 (50.39% from 255 or 54.47% from 235); Blue value is 102 (40.23% from 255 or 43.40% from 235); Max value from RGB is 128 - color contains mainly: green. Hex color #058066 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #058066 is #FA7F99. Grayscale: #585858. Windows color (decimal): -16416666 or 6717445. OLE color: 6717445.

HSL color Cylindrical-coordinate representation of color #058066: hue angle of 167.32º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #058066 is Cyan = 0.96, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.50.

Color convert

RGB 5 128 102 -
CMYK 0.96 0 0.20 0.50
HSL 167.32º 0.92% 0.26% -
HSV(B) 167.32º 0.96% 0.5% -
XYZ 10.18 16.43 15.21 -
YUV 88.26 135.75 68.61 -
System Red Green Blue C M Y K H S L
Decimal 5 128 102 0.96 0 0.20 0.50 167.32 0.92 0.26
Hex 5 80 66 60 0 14 32 A7 5C 1A
Octal 5 200 146 140 0 24 62 247 134 32
Binary 101 10000000 1100110 1100000 0 10100 110010 10100111 1011100 11010

Color Harmonies of #058066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058066

Black with #058066

Text Example


Text Example

White with #058066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #058066; }

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

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

background-color css

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

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

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

border-color css

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

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

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