#5BBEA9

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

Shades of Puerto Rico #5BBEA9

Tints of Puerto Rico #5BBEA9

Color information

#5BBEA9 (or 0x5BBEA9) is unknown color: approx Puerto Rico. HEX triplet: 5B, BE and A9. RGB value is (91,190,169). Sum of RGB (Red+Green+Blue) = 91+190+169=450 (59% of max value = 765). Red value is 91 (35.94% from 255 or 20.22% from 450); Green value is 190 (74.61% from 255 or 42.22% from 450); Blue value is 169 (66.41% from 255 or 37.56% from 450); Max value from RGB is 190 - color contains mainly: green. Hex color #5BBEA9 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5BBEA9 is #A44156. Grayscale: #9D9D9D. Windows color (decimal): -10764631 or 11124315. OLE color: 11124315.

HSL color Cylindrical-coordinate representation of color #5BBEA9: hue angle of 167.27º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5BBEA9 is Cyan = 0.52, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.

Color convert

RGB91190169-
CMYK0.5200.110.25
HSL167.27º43.23%55.1%-
HSV(B)167.27º52.11%74.51%-
XYZ29.8941.9244.05-
YUV158134.280.21-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 20.22%
GREEN value IS 190 (74.61% from 255) = 42.22%
BLUE value IS 169 (66.41% from 255) = 37.56%
R=20.22%
G=42.22%
B=37.56%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal911901690.5200.110.25167.2743.2355.1
Hex5BBEA9340B19a72b37
Octal13327625164013312475367
Binary10110111011111010101001110100010111100110100111101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BBEA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5BBEA9; }

 p { color: rgb(91,190,169); }

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

<style>
 a { background-color: #5BBEA9; }

 a { background-color: rgb(91,190,169); }

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

<style>
 span { border-color: #5BBEA9; }

 span { border-color: rgb(91,190,169); }

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