#58C5AC

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

Shades of Puerto Rico #58C5AC

Tints of Puerto Rico #58C5AC

Color information

#58C5AC (or 0x58C5AC) is unknown color: approx Puerto Rico. HEX triplet: 58, C5 and AC. RGB value is (88,197,172). Sum of RGB (Red+Green+Blue) = 88+197+172=457 (60% of max value = 765). Red value is 88 (34.77% from 255 or 19.26% from 457); Green value is 197 (77.34% from 255 or 43.11% from 457); Blue value is 172 (67.58% from 255 or 37.64% from 457); Max value from RGB is 197 - color contains mainly: green. Hex color #58C5AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #58C5AC is #A73A53. Grayscale: #A1A1A1. Windows color (decimal): -10959444 or 11322712. OLE color: 11322712.

HSL color Cylindrical-coordinate representation of color #58C5AC: hue angle of 166.24º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #58C5AC is Cyan = 0.55, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.23.

Color convert

RGB88197172-
CMYK0.5500.130.23
HSL166.24º48.44%55.88%-
HSV(B)166.24º55.33%77.25%-
XYZ31.4444.9946.06-
YUV161.56133.8975.53-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 19.26%
GREEN value IS 197 (77.34% from 255) = 43.11%
BLUE value IS 172 (67.58% from 255) = 37.64%
R=19.26%
G=43.11%
B=37.64%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal881971720.5500.130.23166.2448.4455.88
Hex58C5AC370D17a63038
Octal13030525467015272466070
Binary10110001100010110101100110111011011011110100110110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58C5AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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