#58B9A0

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

Shades of Puerto Rico #58B9A0

Tints of Puerto Rico #58B9A0

Color information

#58B9A0 (or 0x58B9A0) is unknown color: approx Puerto Rico. HEX triplet: 58, B9 and A0. RGB value is (88,185,160). Sum of RGB (Red+Green+Blue) = 88+185+160=433 (57% of max value = 765). Red value is 88 (34.77% from 255 or 20.32% from 433); Green value is 185 (72.66% from 255 or 42.73% from 433); Blue value is 160 (62.89% from 255 or 36.95% from 433); Max value from RGB is 185 - color contains mainly: green. Hex color #58B9A0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #58B9A0 is #A7465F. Grayscale: #999999. Windows color (decimal): -10962528 or 10533208. OLE color: 10533208.

HSL color Cylindrical-coordinate representation of color #58B9A0: hue angle of 164.54º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #58B9A0 is Cyan = 0.52, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.27.

Color convert

RGB88185160-
CMYK0.5200.140.27
HSL164.54º40.93%53.53%-
HSV(B)164.54º52.43%72.55%-
XYZ27.7239.3139.38-
YUV153.15131.8681.53-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 20.32%
GREEN value IS 185 (72.66% from 255) = 42.73%
BLUE value IS 160 (62.89% from 255) = 36.95%
R=20.32%
G=42.73%
B=36.95%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal881851600.5200.140.27164.5440.9353.53
Hex58B9A0340E1Ba52936
Octal13027124064016332455166
Binary10110001011100110100000110100011101101110100101101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58B9A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,185,160); }

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

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

 a { background-color: rgb(88,185,160); }

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

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

 span { border-color: rgb(88,185,160); }

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