#58BEAD

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

Shades of Puerto Rico #58BEAD

Tints of Puerto Rico #58BEAD

Color information

#58BEAD (or 0x58BEAD) is unknown color: approx Puerto Rico. HEX triplet: 58, BE and AD. RGB value is (88,190,173). Sum of RGB (Red+Green+Blue) = 88+190+173=451 (59% of max value = 765). Red value is 88 (34.77% from 255 or 19.51% from 451); Green value is 190 (74.61% from 255 or 42.13% from 451); Blue value is 173 (67.97% from 255 or 38.36% from 451); Max value from RGB is 190 - color contains mainly: green. Hex color #58BEAD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #58BEAD is #A74152. Grayscale: #9D9D9D. Windows color (decimal): -10961235 or 11386456. OLE color: 11386456.

HSL color Cylindrical-coordinate representation of color #58BEAD: hue angle of 170º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #58BEAD is Cyan = 0.54, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB88190173-
CMYK0.5400.090.25
HSL170º43.97%54.51%-
HSV(B)170º53.68%74.51%-
XYZ29.9841.9246.05-
YUV157.56136.7178.38-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 19.51%
GREEN value IS 190 (74.61% from 255) = 42.13%
BLUE value IS 173 (67.97% from 255) = 38.36%
R=19.51%
G=42.13%
B=38.36%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal881901730.5400.090.2517043.9754.51
Hex58BEAD360919aa2c37
Octal13027625566011312525467
Binary10110001011111010101101110110010011100110101010101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58BEAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,190,173); }

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

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

 a { background-color: rgb(88,190,173); }

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

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

 span { border-color: rgb(88,190,173); }

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