#58AFA2

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

Shades of Puerto Rico #58AFA2

Tints of Puerto Rico #58AFA2

Color information

#58AFA2 (or 0x58AFA2) is unknown color: approx Puerto Rico. HEX triplet: 58, AF and A2. RGB value is (88,175,162). Sum of RGB (Red+Green+Blue) = 88+175+162=425 (56% of max value = 765). Red value is 88 (34.77% from 255 or 20.71% from 425); Green value is 175 (68.75% from 255 or 41.18% from 425); Blue value is 162 (63.67% from 255 or 38.12% from 425); Max value from RGB is 175 - color contains mainly: green. Hex color #58AFA2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58AFA2 is #A7505D. Grayscale: #939393. Windows color (decimal): -10965086 or 10661720. OLE color: 10661720.

HSL color Cylindrical-coordinate representation of color #58AFA2: hue angle of 171.03º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #58AFA2 is Cyan = 0.50, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.31.

Color convert

RGB88175162-
CMYK0.5000.070.31
HSL171.03º35.22%51.57%-
HSV(B)171.03º49.71%68.63%-
XYZ25.8835.3439.64-
YUV147.5136.1885.56-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 20.71%
GREEN value IS 175 (68.75% from 255) = 41.18%
BLUE value IS 162 (63.67% from 255) = 38.12%
R=20.71%
G=41.18%
B=38.12%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal881751620.5000.070.31171.0335.2251.57
Hex58AFA232071Fab2334
Octal1302572426207372534364
Binary1011000101011111010001011001001111111110101011100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58AFA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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