#58AEA4

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

Shades of Puerto Rico #58AEA4

Tints of Puerto Rico #58AEA4

Color information

#58AEA4 (or 0x58AEA4) is unknown color: approx Puerto Rico. HEX triplet: 58, AE and A4. RGB value is (88,174,164). Sum of RGB (Red+Green+Blue) = 88+174+164=426 (56% of max value = 765). Red value is 88 (34.77% from 255 or 20.66% from 426); Green value is 174 (68.36% from 255 or 40.85% from 426); Blue value is 164 (64.45% from 255 or 38.50% from 426); Max value from RGB is 174 - color contains mainly: green. Hex color #58AEA4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58AEA4 is #A7515B. Grayscale: #939393. Windows color (decimal): -10965340 or 10792536. OLE color: 10792536.

HSL color Cylindrical-coordinate representation of color #58AEA4: hue angle of 173.02º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #58AEA4 is Cyan = 0.49, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.32.

Color convert

RGB88174164-
CMYK0.4900.060.32
HSL173.02º34.68%51.37%-
HSV(B)173.02º49.43%68.24%-
XYZ25.8635.0340.52-
YUV147.15137.5185.81-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 20.66%
GREEN value IS 174 (68.36% from 255) = 40.85%
BLUE value IS 164 (64.45% from 255) = 38.50%
R=20.66%
G=40.85%
B=38.50%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal881741640.4900.060.32173.0234.6851.37
Hex58AEA4310620ad2333
Octal1302562446106402554363
Binary10110001010111010100100110001011010000010101101100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58AEA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,174,164); }

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

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

 a { background-color: rgb(88,174,164); }

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

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

 span { border-color: rgb(88,174,164); }

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