#58bea4

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

Shades of Puerto Rico #58BEA4

Tints of Puerto Rico #58BEA4

Color information

#58BEA4 (or 0x58BEA4) is unknown color: approx Puerto Rico. HEX triplet: 58, BE and A4. RGB value is (88,190,164). Sum of RGB (Red+Green+Blue) = 88+190+164=442 (58% of max value = 765). Red value is 88 (34.77% from 255 or 19.91% from 442); Green value is 190 (74.61% from 255 or 42.99% from 442); Blue value is 164 (64.45% from 255 or 37.10% from 442); Max value from RGB is 190 - color contains mainly: green. Hex color #58BEA4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #58BEA4 is #A7415B. Grayscale: #9C9C9C. Windows color (decimal): -10961244 or 10796632. OLE color: 10796632.

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

Color convert

RGB88190164-
CMYK0.5400.140.25
HSL164.71º43.97%54.51%-
HSV(B)164.71º53.68%74.51%-
XYZ29.1441.5841.61-
YUV156.54132.2179.11-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 19.91%
GREEN value IS 190 (74.61% from 255) = 42.99%
BLUE value IS 164 (64.45% from 255) = 37.10%
R=19.91%
G=42.99%
B=37.10%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal881901640.5400.140.25164.7143.9754.51
Hex58BEA4360E19a52c37
Octal13027624466016312455467
Binary10110001011111010100100110110011101100110100101101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58bea4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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