#58BCA9

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

Shades of Puerto Rico #58BCA9

Tints of Puerto Rico #58BCA9

Color information

#58BCA9 (or 0x58BCA9) is unknown color: approx Puerto Rico. HEX triplet: 58, BC and A9. RGB value is (88,188,169). Sum of RGB (Red+Green+Blue) = 88+188+169=445 (58% of max value = 765). Red value is 88 (34.77% from 255 or 19.78% from 445); Green value is 188 (73.83% from 255 or 42.25% from 445); Blue value is 169 (66.41% from 255 or 37.98% from 445); Max value from RGB is 188 - color contains mainly: green. Hex color #58BCA9 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #58BCA9 is #A74356. Grayscale: #9B9B9B. Windows color (decimal): -10961751 or 11123800. OLE color: 11123800.

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

Color convert

RGB88188169-
CMYK0.5300.100.26
HSL168.6º42.74%54.12%-
HSV(B)168.6º53.19%73.73%-
XYZ29.1740.9143.89-
YUV155.93135.3779.54-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 19.78%
GREEN value IS 188 (73.83% from 255) = 42.25%
BLUE value IS 169 (66.41% from 255) = 37.98%
R=19.78%
G=42.25%
B=37.98%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal881881690.5300.100.26168.642.7454.12
Hex58BCA9350A1Aa92b36
Octal13027425165012322515366
Binary10110001011110010101001110101010101101010101001101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58BCA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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