#58AFA9

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

Shades of Puerto Rico #58AFA9

Tints of Puerto Rico #58AFA9

Color information

#58AFA9 (or 0x58AFA9) is unknown color: approx Puerto Rico. HEX triplet: 58, AF and A9. RGB value is (88,175,169). Sum of RGB (Red+Green+Blue) = 88+175+169=432 (57% of max value = 765). Red value is 88 (34.77% from 255 or 20.37% from 432); Green value is 175 (68.75% from 255 or 40.51% from 432); Blue value is 169 (66.41% from 255 or 39.12% from 432); Max value from RGB is 175 - color contains mainly: green. Hex color #58AFA9 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58AFA9 is #A75056. Grayscale: #949494. Windows color (decimal): -10965079 or 11120472. OLE color: 11120472.

HSL color Cylindrical-coordinate representation of color #58AFA9: hue angle of 175.86º 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 #58AFA9 is Cyan = 0.50, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB88175169-
CMYK0.5000.030.31
HSL175.86º35.22%51.57%-
HSV(B)175.86º49.71%68.63%-
XYZ26.5235.643.01-
YUV148.3139.6884.99-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 20.37%
GREEN value IS 175 (68.75% from 255) = 40.51%
BLUE value IS 169 (66.41% from 255) = 39.12%
R=20.37%
G=40.51%
B=39.12%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal881751690.5000.030.31175.8635.2251.57
Hex58AFA932031Fb02334
Octal1302572516203372604364
Binary101100010101111101010011100100111111110110000100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58AFA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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