#58BAA8

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

Shades of Puerto Rico #58BAA8

Tints of Puerto Rico #58BAA8

Color information

#58BAA8 (or 0x58BAA8) is unknown color: approx Puerto Rico. HEX triplet: 58, BA and A8. RGB value is (88,186,168). Sum of RGB (Red+Green+Blue) = 88+186+168=442 (58% of max value = 765). Red value is 88 (34.77% from 255 or 19.91% from 442); Green value is 186 (73.05% from 255 or 42.08% from 442); Blue value is 168 (66.02% from 255 or 38.01% from 442); Max value from RGB is 186 - color contains mainly: green. Hex color #58BAA8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #58BAA8 is #A74557. Grayscale: #9A9A9A. Windows color (decimal): -10962264 or 11057752. OLE color: 11057752.

HSL color Cylindrical-coordinate representation of color #58BAA8: hue angle of 168.98º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #58BAA8 is Cyan = 0.53, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.27.

Color convert

RGB88186168-
CMYK0.5300.100.27
HSL168.98º41.53%53.73%-
HSV(B)168.98º52.69%72.94%-
XYZ28.6540.0243.26-
YUV154.65135.5380.46-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 19.91%
GREEN value IS 186 (73.05% from 255) = 42.08%
BLUE value IS 168 (66.02% from 255) = 38.01%
R=19.91%
G=42.08%
B=38.01%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal881861680.5300.100.27168.9841.5353.73
Hex58BAA8350A1Ba92a36
Octal13027225065012332515266
Binary10110001011101010101000110101010101101110101001101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58BAA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,186,168); }

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

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

 a { background-color: rgb(88,186,168); }

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

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

 span { border-color: rgb(88,186,168); }

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