#58B9A5

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

Shades of Puerto Rico #58B9A5

Tints of Puerto Rico #58B9A5

Color information

#58B9A5 (or 0x58B9A5) is unknown color: approx Puerto Rico. HEX triplet: 58, B9 and A5. RGB value is (88,185,165). Sum of RGB (Red+Green+Blue) = 88+185+165=438 (58% of max value = 765). Red value is 88 (34.77% from 255 or 20.09% from 438); Green value is 185 (72.66% from 255 or 42.24% from 438); Blue value is 165 (64.84% from 255 or 37.67% from 438); Max value from RGB is 185 - color contains mainly: green. Hex color #58B9A5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #58B9A5 is #A7465A. Grayscale: #999999. Windows color (decimal): -10962523 or 10860888. OLE color: 10860888.

HSL color Cylindrical-coordinate representation of color #58B9A5: hue angle of 167.63º 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 #58B9A5 is Cyan = 0.52, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.27.

Color convert

RGB88185165-
CMYK0.5200.110.27
HSL167.63º40.93%53.53%-
HSV(B)167.63º52.43%72.55%-
XYZ28.1639.4941.74-
YUV153.72134.3681.13-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 20.09%
GREEN value IS 185 (72.66% from 255) = 42.24%
BLUE value IS 165 (64.84% from 255) = 37.67%
R=20.09%
G=42.24%
B=37.67%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal881851650.5200.110.27167.6340.9353.53
Hex58B9A5340B1Ba82936
Octal13027124564013332505166
Binary10110001011100110100101110100010111101110101000101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58B9A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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