#58BA9D

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

Shades of Puerto Rico #58BA9D

Tints of Puerto Rico #58BA9D

Color information

#58BA9D (or 0x58BA9D) is unknown color: approx Puerto Rico. HEX triplet: 58, BA and 9D. RGB value is (88,186,157). Sum of RGB (Red+Green+Blue) = 88+186+157=431 (57% of max value = 765). Red value is 88 (34.77% from 255 or 20.42% from 431); Green value is 186 (73.05% from 255 or 43.16% from 431); Blue value is 157 (61.72% from 255 or 36.43% from 431); Max value from RGB is 186 - color contains mainly: green. Hex color #58BA9D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #58BA9D is #A74562. Grayscale: #999999. Windows color (decimal): -10962275 or 10336856. OLE color: 10336856.

HSL color Cylindrical-coordinate representation of color #58BA9D: hue angle of 162.24º 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 #58BA9D is Cyan = 0.53, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.27.

Color convert

RGB88186157-
CMYK0.5300.160.27
HSL162.24º41.53%53.73%-
HSV(B)162.24º52.69%72.94%-
XYZ27.6739.6338.09-
YUV153.39130.0381.36-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 20.42%
GREEN value IS 186 (73.05% from 255) = 43.16%
BLUE value IS 157 (61.72% from 255) = 36.43%
R=20.42%
G=43.16%
B=36.43%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal881861570.5300.160.27162.2441.5353.73
Hex58BA9D350101Ba22a36
Octal13027223565020332425266
Binary101100010111010100111011101010100001101110100010101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58BA9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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