#58B4AB

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

Shades of Puerto Rico #58B4AB

Tints of Puerto Rico #58B4AB

Color information

#58B4AB (or 0x58B4AB) is unknown color: approx Puerto Rico. HEX triplet: 58, B4 and AB. RGB value is (88,180,171). Sum of RGB (Red+Green+Blue) = 88+180+171=439 (58% of max value = 765). Red value is 88 (34.77% from 255 or 20.05% from 439); Green value is 180 (70.70% from 255 or 41.00% from 439); Blue value is 171 (67.19% from 255 or 38.95% from 439); Max value from RGB is 180 - color contains mainly: green. Hex color #58B4AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #58B4AB is #A74B54. Grayscale: #979797. Windows color (decimal): -10963797 or 11252824. OLE color: 11252824.

HSL color Cylindrical-coordinate representation of color #58B4AB: hue angle of 174.13º 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 #58B4AB is Cyan = 0.51, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.29.

Color convert

RGB88180171-
CMYK0.5100.050.29
HSL174.13º38.02%52.55%-
HSV(B)174.13º51.11%70.59%-
XYZ27.737.6644.34-
YUV151.47139.0282.73-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 20.05%
GREEN value IS 180 (70.70% from 255) = 41.00%
BLUE value IS 171 (67.19% from 255) = 38.95%
R=20.05%
G=41.00%
B=38.95%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal881801710.5100.050.29174.1338.0252.55
Hex58B4AB33051Dae2635
Octal1302642536305352564665
Binary1011000101101001010101111001101011110110101110100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58B4AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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