#58BFA7

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

Shades of Puerto Rico #58BFA7

Tints of Puerto Rico #58BFA7

Color information

#58BFA7 (or 0x58BFA7) is unknown color: approx Puerto Rico. HEX triplet: 58, BF and A7. RGB value is (88,191,167). Sum of RGB (Red+Green+Blue) = 88+191+167=446 (59% of max value = 765). Red value is 88 (34.77% from 255 or 19.73% from 446); Green value is 191 (75% from 255 or 42.83% from 446); Blue value is 167 (65.62% from 255 or 37.44% from 446); Max value from RGB is 191 - color contains mainly: green. Hex color #58BFA7 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #58BFA7 is #A74058. Grayscale: #9D9D9D. Windows color (decimal): -10960985 or 10993496. OLE color: 10993496.

HSL color Cylindrical-coordinate representation of color #58BFA7: hue angle of 166.02º degrees, saturation: 0.45, 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 #58BFA7 is Cyan = 0.54, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.25.

Color convert

RGB88191167-
CMYK0.5400.130.25
HSL166.02º44.59%54.71%-
HSV(B)166.02º53.93%74.9%-
XYZ29.6342.1343.13-
YUV157.47133.3878.45-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 19.73%
GREEN value IS 191 (75% from 255) = 42.83%
BLUE value IS 167 (65.62% from 255) = 37.44%
R=19.73%
G=42.83%
B=37.44%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal881911670.5400.130.25166.0244.5954.71
Hex58BFA7360D19a62d37
Octal13027724766015312465567
Binary10110001011111110100111110110011011100110100110101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58BFA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,191,167); }

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

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

 a { background-color: rgb(88,191,167); }

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

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

 span { border-color: rgb(88,191,167); }

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