#58B4AC

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

Shades of Puerto Rico #58B4AC

Tints of Puerto Rico #58B4AC

Color information

#58B4AC (or 0x58B4AC) is unknown color: approx Puerto Rico. HEX triplet: 58, B4 and AC. RGB value is (88,180,172). Sum of RGB (Red+Green+Blue) = 88+180+172=440 (58% of max value = 765). Red value is 88 (34.77% from 255 or 20% from 440); Green value is 180 (70.70% from 255 or 40.91% from 440); Blue value is 172 (67.58% from 255 or 39.09% from 440); Max value from RGB is 180 - color contains mainly: green. Hex color #58B4AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #58B4AC is #A74B53. Grayscale: #979797. Windows color (decimal): -10963796 or 11318360. OLE color: 11318360.

HSL color Cylindrical-coordinate representation of color #58B4AC: hue angle of 174.78º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #58B4AC is Cyan = 0.51, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB88180172-
CMYK0.5100.040.29
HSL174.78º38.02%52.55%-
HSV(B)174.78º51.11%70.59%-
XYZ27.7937.744.84-
YUV151.58139.5282.65-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 20%
GREEN value IS 180 (70.70% from 255) = 40.91%
BLUE value IS 172 (67.58% from 255) = 39.09%
R=20%
G=40.91%
B=39.09%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal881801720.5100.040.29174.7838.0252.55
Hex58B4AC33041Daf2635
Octal1302642546304352574665
Binary1011000101101001010110011001101001110110101111100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58B4AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,180,172); }

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

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

 a { background-color: rgb(88,180,172); }

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

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

 span { border-color: rgb(88,180,172); }

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