#58bdac

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

Shades of Puerto Rico #58BDAC

Tints of Puerto Rico #58BDAC

Color information

#58BDAC (or 0x58BDAC) is unknown color: approx Puerto Rico. HEX triplet: 58, BD and AC. RGB value is (88,189,172). Sum of RGB (Red+Green+Blue) = 88+189+172=449 (59% of max value = 765). Red value is 88 (34.77% from 255 or 19.60% from 449); Green value is 189 (74.22% from 255 or 42.09% from 449); Blue value is 172 (67.58% from 255 or 38.31% from 449); Max value from RGB is 189 - color contains mainly: green. Hex color #58BDAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #58BDAC is #A74253. Grayscale: #9C9C9C. Windows color (decimal): -10961492 or 11320664. OLE color: 11320664.

HSL color Cylindrical-coordinate representation of color #58BDAC: hue angle of 169.9º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #58BDAC is Cyan = 0.53, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.26.

Color convert

RGB88189172-
CMYK0.5300.090.26
HSL169.9º43.35%54.31%-
HSV(B)169.9º53.44%74.12%-
XYZ29.6741.4545.47-
YUV156.86136.5478.88-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 19.60%
GREEN value IS 189 (74.22% from 255) = 42.09%
BLUE value IS 172 (67.58% from 255) = 38.31%
R=19.60%
G=42.09%
B=38.31%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal881891720.5300.090.26169.943.3554.31
Hex58BDAC35091Aaa2b36
Octal13027525465011322525366
Binary10110001011110110101100110101010011101010101010101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58bdac

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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