#58B5AD

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

Shades of Puerto Rico #58B5AD

Tints of Puerto Rico #58B5AD

Color information

#58B5AD (or 0x58B5AD) is unknown color: approx Puerto Rico. HEX triplet: 58, B5 and AD. RGB value is (88,181,173). Sum of RGB (Red+Green+Blue) = 88+181+173=442 (58% of max value = 765). Red value is 88 (34.77% from 255 or 19.91% from 442); Green value is 181 (71.09% from 255 or 40.95% from 442); Blue value is 173 (67.97% from 255 or 39.14% from 442); Max value from RGB is 181 - color contains mainly: green. Hex color #58B5AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #58B5AD is #A74A52. Grayscale: #989898. Windows color (decimal): -10963539 or 11384152. OLE color: 11384152.

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

Color convert

RGB88181173-
CMYK0.5100.040.29
HSL174.84º38.59%52.75%-
HSV(B)174.84º51.38%70.98%-
XYZ28.0938.1445.42-
YUV152.28139.6982.15-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 19.91%
GREEN value IS 181 (71.09% from 255) = 40.95%
BLUE value IS 173 (67.97% from 255) = 39.14%
R=19.91%
G=40.95%
B=39.14%

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
Decimal881811730.5100.040.29174.8438.5952.75
Hex58B5AD33041Daf2735
Octal1302652556304352574765
Binary1011000101101011010110111001101001110110101111100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58B5AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,181,173); }

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

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

 a { background-color: rgb(88,181,173); }

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

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

 span { border-color: rgb(88,181,173); }

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