#58BBB2

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

Shades of Puerto Rico #58BBB2

Tints of Puerto Rico #58BBB2

Color information

#58BBB2 (or 0x58BBB2) is unknown color: approx Puerto Rico. HEX triplet: 58, BB and B2. RGB value is (88,187,178). Sum of RGB (Red+Green+Blue) = 88+187+178=453 (60% of max value = 765). Red value is 88 (34.77% from 255 or 19.43% from 453); Green value is 187 (73.44% from 255 or 41.28% from 453); Blue value is 178 (69.92% from 255 or 39.29% from 453); Max value from RGB is 187 - color contains mainly: green. Hex color #58BBB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #58BBB2 is #A7444D. Grayscale: #9C9C9C. Windows color (decimal): -10961998 or 11713368. OLE color: 11713368.

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

Color convert

RGB88187178-
CMYK0.5300.050.27
HSL174.55º42.13%53.92%-
HSV(B)174.55º52.94%73.33%-
XYZ29.8340.8348.43-
YUV156.37140.279.23-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 19.43%
GREEN value IS 187 (73.44% from 255) = 41.28%
BLUE value IS 178 (69.92% from 255) = 39.29%
R=19.43%
G=41.28%
B=39.29%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal881871780.5300.050.27174.5542.1353.92
Hex58BBB235051Baf2a36
Octal1302732626505332575266
Binary1011000101110111011001011010101011101110101111101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58BBB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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