#58b6a6

Color #58B6A6 Puerto Rico (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Puerto Rico #58B6A6

Tints of Puerto Rico #58B6A6

Color information

#58B6A6 (or 0x58B6A6) is unknown color: approx Puerto Rico. HEX triplet: 58, B6 and A6. RGB value is (88,182,166). Sum of RGB (Red+Green+Blue) = 88+182+166=436 (57% of max value = 765). Red value is 88 (34.77% from 255 or 20.18% from 436); Green value is 182 (71.48% from 255 or 41.74% from 436); Blue value is 166 (65.23% from 255 or 38.07% from 436); Max value from RGB is 182 - color contains mainly: green. Hex color #58B6A6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #58B6A6 is #A74959. Grayscale: #989898. Windows color (decimal): -10963290 or 10925656. OLE color: 10925656.

HSL color Cylindrical-coordinate representation of color #58B6A6: hue angle of 169.79º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #58B6A6 is Cyan = 0.52, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.29.

Color convert

RGB88182166-
CMYK0.5200.090.29
HSL169.79º39.17%52.94%-
HSV(B)169.79º51.65%71.37%-
XYZ27.6438.2842.01-
YUV152.07135.8682.3-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 20.18%
GREEN value IS 182 (71.48% from 255) = 41.74%
BLUE value IS 166 (65.23% from 255) = 38.07%
R=20.18%
G=41.74%
B=38.07%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal881821660.5200.090.29169.7939.1752.94
Hex58B6A634091Daa2735
Octal13026624664011352524765
Binary10110001011011010100110110100010011110110101010100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58b6a6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58b6a6; }

 p { color: rgb(88,182,166); }

 H1.HeaderClassName
 {
   color: #58b6a6;
 }
 .AnyTagClassName
 {
   color: #58b6a6;
 }
</style>
background-color css

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

 a { background-color: rgb(88,182,166); }

 div.DivClassName
 {
   background-color: #58b6a6;
 }
 .BgClassName
 {
   background-color: #58b6a6;
 }
</style>
border-color css

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

 span { border-color: rgb(88,182,166); }

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