#58B6A2

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

Shades of Puerto Rico #58B6A2

Tints of Puerto Rico #58B6A2

Color information

#58B6A2 (or 0x58B6A2) is unknown color: approx Puerto Rico. HEX triplet: 58, B6 and A2. RGB value is (88,182,162). Sum of RGB (Red+Green+Blue) = 88+182+162=432 (57% of max value = 765). Red value is 88 (34.77% from 255 or 20.37% from 432); Green value is 182 (71.48% from 255 or 42.13% from 432); Blue value is 162 (63.67% from 255 or 37.5% from 432); Max value from RGB is 182 - color contains mainly: green. Hex color #58B6A2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #58B6A2 is #A7495D. Grayscale: #979797. Windows color (decimal): -10963294 or 10663512. OLE color: 10663512.

HSL color Cylindrical-coordinate representation of color #58B6A2: hue angle of 167.23º 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 #58B6A2 is Cyan = 0.52, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.29.

Color convert

RGB88182162-
CMYK0.5200.110.29
HSL167.23º39.17%52.94%-
HSV(B)167.23º51.65%71.37%-
XYZ27.2738.1440.11-
YUV151.61133.8682.63-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 20.37%
GREEN value IS 182 (71.48% from 255) = 42.13%
BLUE value IS 162 (63.67% from 255) = 37.5%
R=20.37%
G=42.13%
B=37.5%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal881821620.5200.110.29167.2339.1752.94
Hex58B6A2340B1Da72735
Octal13026624264013352474765
Binary10110001011011010100010110100010111110110100111100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58B6A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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