#58BBA7

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

Shades of Puerto Rico #58BBA7

Tints of Puerto Rico #58BBA7

Color information

#58BBA7 (or 0x58BBA7) is unknown color: approx Puerto Rico. HEX triplet: 58, BB and A7. RGB value is (88,187,167). Sum of RGB (Red+Green+Blue) = 88+187+167=442 (58% of max value = 765). Red value is 88 (34.77% from 255 or 19.91% from 442); Green value is 187 (73.44% from 255 or 42.31% from 442); Blue value is 167 (65.62% from 255 or 37.78% from 442); Max value from RGB is 187 - color contains mainly: green. Hex color #58BBA7 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #58BBA7 is #A74458. Grayscale: #9B9B9B. Windows color (decimal): -10962009 or 10992472. OLE color: 10992472.

HSL color Cylindrical-coordinate representation of color #58BBA7: hue angle of 167.88º 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 #58BBA7 is Cyan = 0.53, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.27.

Color convert

RGB88187167-
CMYK0.5300.110.27
HSL167.88º42.13%53.92%-
HSV(B)167.88º52.94%73.33%-
XYZ28.7740.4142.84-
YUV155.12134.780.13-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 19.91%
GREEN value IS 187 (73.44% from 255) = 42.31%
BLUE value IS 167 (65.62% from 255) = 37.78%
R=19.91%
G=42.31%
B=37.78%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal881871670.5300.110.27167.8842.1353.92
Hex58BBA7350B1Ba82a36
Octal13027324765013332505266
Binary10110001011101110100111110101010111101110101000101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58BBA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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