#58C3A4

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

Shades of Puerto Rico #58C3A4

Tints of Puerto Rico #58C3A4

Color information

#58C3A4 (or 0x58C3A4) is unknown color: approx Puerto Rico. HEX triplet: 58, C3 and A4. RGB value is (88,195,164). Sum of RGB (Red+Green+Blue) = 88+195+164=447 (59% of max value = 765). Red value is 88 (34.77% from 255 or 19.69% from 447); Green value is 195 (76.56% from 255 or 43.62% from 447); Blue value is 164 (64.45% from 255 or 36.69% from 447); Max value from RGB is 195 - color contains mainly: green. Hex color #58C3A4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #58C3A4 is #A73C5B. Grayscale: #9F9F9F. Windows color (decimal): -10959964 or 10797912. OLE color: 10797912.

HSL color Cylindrical-coordinate representation of color #58C3A4: hue angle of 162.62º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #58C3A4 is Cyan = 0.55, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.24.

Color convert

RGB88195164-
CMYK0.5500.160.24
HSL162.62º47.14%55.49%-
HSV(B)162.62º54.87%76.47%-
XYZ30.2443.7941.98-
YUV159.47130.5577.02-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 19.69%
GREEN value IS 195 (76.56% from 255) = 43.62%
BLUE value IS 164 (64.45% from 255) = 36.69%
R=19.69%
G=43.62%
B=36.69%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal881951640.5500.160.24162.6247.1455.49
Hex58C3A43701018a32f37
Octal13030324467020302435767
Binary101100011000011101001001101110100001100010100011101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58C3A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,195,164); }

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

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

 a { background-color: rgb(88,195,164); }

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

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

 span { border-color: rgb(88,195,164); }

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