#58BAAE

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

Shades of Puerto Rico #58BAAE

Tints of Puerto Rico #58BAAE

Color information

#58BAAE (or 0x58BAAE) is unknown color: approx Puerto Rico. HEX triplet: 58, BA and AE. RGB value is (88,186,174). Sum of RGB (Red+Green+Blue) = 88+186+174=448 (59% of max value = 765). Red value is 88 (34.77% from 255 or 19.64% from 448); Green value is 186 (73.05% from 255 or 41.52% from 448); Blue value is 174 (68.36% from 255 or 38.84% from 448); Max value from RGB is 186 - color contains mainly: green. Hex color #58BAAE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #58BAAE is #A74551. Grayscale: #9B9B9B. Windows color (decimal): -10962258 or 11450968. OLE color: 11450968.

HSL color Cylindrical-coordinate representation of color #58BAAE: hue angle of 172.65º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #58BAAE is Cyan = 0.53, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB88186174-
CMYK0.5300.060.27
HSL172.65º41.53%53.73%-
HSV(B)172.65º52.69%72.94%-
XYZ29.2240.2546.27-
YUV155.33138.5379.98-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 19.64%
GREEN value IS 186 (73.05% from 255) = 41.52%
BLUE value IS 174 (68.36% from 255) = 38.84%
R=19.64%
G=41.52%
B=38.84%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal881861740.5300.060.27172.6541.5353.73
Hex58BAAE35061Bad2a36
Octal1302722566506332555266
Binary1011000101110101010111011010101101101110101101101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58BAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,186,174); }

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

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

 a { background-color: rgb(88,186,174); }

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

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

 span { border-color: rgb(88,186,174); }

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