#58C7AC

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

Shades of Puerto Rico #58C7AC

Tints of Puerto Rico #58C7AC

Color information

#58C7AC (or 0x58C7AC) is unknown color: approx Puerto Rico. HEX triplet: 58, C7 and AC. RGB value is (88,199,172). Sum of RGB (Red+Green+Blue) = 88+199+172=459 (60% of max value = 765). Red value is 88 (34.77% from 255 or 19.17% from 459); Green value is 199 (78.12% from 255 or 43.36% from 459); Blue value is 172 (67.58% from 255 or 37.47% from 459); Max value from RGB is 199 - color contains mainly: green. Hex color #58C7AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #58C7AC is #A73853. Grayscale: #A2A2A2. Windows color (decimal): -10958932 or 11323224. OLE color: 11323224.

HSL color Cylindrical-coordinate representation of color #58C7AC: hue angle of 165.41º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #58C7AC is Cyan = 0.56, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB88199172-
CMYK0.5600.140.22
HSL165.41º49.78%56.27%-
HSV(B)165.41º55.78%78.04%-
XYZ31.8945.946.21-
YUV162.73133.2374.7-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 19.17%
GREEN value IS 199 (78.12% from 255) = 43.36%
BLUE value IS 172 (67.58% from 255) = 37.47%
R=19.17%
G=43.36%
B=37.47%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal881991720.5600.140.22165.4149.7856.27
Hex58C7AC380E16a53238
Octal13030725470016262456270
Binary10110001100011110101100111000011101011010100101110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58C7AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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