#58AB9E

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

Shades of Puerto Rico #58AB9E

Tints of Puerto Rico #58AB9E

Color information

#58AB9E (or 0x58AB9E) is unknown color: approx Puerto Rico. HEX triplet: 58, AB and 9E. RGB value is (88,171,158). Sum of RGB (Red+Green+Blue) = 88+171+158=417 (55% of max value = 765). Red value is 88 (34.77% from 255 or 21.10% from 417); Green value is 171 (67.19% from 255 or 41.01% from 417); Blue value is 158 (62.11% from 255 or 37.89% from 417); Max value from RGB is 171 - color contains mainly: green. Hex color #58AB9E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58AB9E is #A75461. Grayscale: #909090. Windows color (decimal): -10966114 or 10398552. OLE color: 10398552.

HSL color Cylindrical-coordinate representation of color #58AB9E: hue angle of 170.6º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #58AB9E is Cyan = 0.49, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.33.

Color convert

RGB88171158-
CMYK0.4900.080.33
HSL170.6º33.07%50.78%-
HSV(B)170.6º48.54%67.06%-
XYZ24.7633.6737.54-
YUV144.7135.587.56-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 21.10%
GREEN value IS 171 (67.19% from 255) = 41.01%
BLUE value IS 158 (62.11% from 255) = 37.89%
R=21.10%
G=41.01%
B=37.89%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal881711580.4900.080.33170.633.0750.78
Hex58AB9E310821ab2133
Octal13025323661010412534163
Binary101100010101011100111101100010100010000110101011100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58AB9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,171,158); }

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

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

 a { background-color: rgb(88,171,158); }

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

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

 span { border-color: rgb(88,171,158); }

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