#58BAAF

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

Shades of Puerto Rico #58BAAF

Tints of Puerto Rico #58BAAF

Color information

#58BAAF (or 0x58BAAF) is unknown color: approx Puerto Rico. HEX triplet: 58, BA and AF. RGB value is (88,186,175). Sum of RGB (Red+Green+Blue) = 88+186+175=449 (59% of max value = 765). Red value is 88 (34.77% from 255 or 19.60% from 449); Green value is 186 (73.05% from 255 or 41.43% from 449); Blue value is 175 (68.75% from 255 or 38.98% from 449); Max value from RGB is 186 - color contains mainly: green. Hex color #58BAAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #58BAAF is #A74550. Grayscale: #9B9B9B. Windows color (decimal): -10962257 or 11516504. OLE color: 11516504.

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

Color convert

RGB88186175-
CMYK0.5300.060.27
HSL173.27º41.53%53.73%-
HSV(B)173.27º52.69%72.94%-
XYZ29.3240.2946.79-
YUV155.44139.0379.89-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 19.60%
GREEN value IS 186 (73.05% from 255) = 41.43%
BLUE value IS 175 (68.75% from 255) = 38.98%
R=19.60%
G=41.43%
B=38.98%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal881861750.5300.060.27173.2741.5353.73
Hex58BAAF35061Bad2a36
Octal1302722576506332555266
Binary1011000101110101010111111010101101101110101101101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58BAAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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