#5BBCA4

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

Shades of Puerto Rico #5BBCA4

Tints of Puerto Rico #5BBCA4

Color information

#5BBCA4 (or 0x5BBCA4) is unknown color: approx Puerto Rico. HEX triplet: 5B, BC and A4. RGB value is (91,188,164). Sum of RGB (Red+Green+Blue) = 91+188+164=443 (58% of max value = 765). Red value is 91 (35.94% from 255 or 20.54% from 443); Green value is 188 (73.83% from 255 or 42.44% from 443); Blue value is 164 (64.45% from 255 or 37.02% from 443); Max value from RGB is 188 - color contains mainly: green. Hex color #5BBCA4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5BBCA4 is #A4435B. Grayscale: #9C9C9C. Windows color (decimal): -10765148 or 10796123. OLE color: 10796123.

HSL color Cylindrical-coordinate representation of color #5BBCA4: hue angle of 165.15º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5BBCA4 is Cyan = 0.52, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.26.

Color convert

RGB91188164-
CMYK0.5200.130.26
HSL165.15º41.99%54.71%-
HSV(B)165.15º51.6%73.73%-
XYZ2940.8741.48-
YUV156.26132.3681.45-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 20.54%
GREEN value IS 188 (73.83% from 255) = 42.44%
BLUE value IS 164 (64.45% from 255) = 37.02%
R=20.54%
G=42.44%
B=37.02%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal911881640.5200.130.26165.1541.9954.71
Hex5BBCA4340D1Aa52a37
Octal13327424464015322455267
Binary10110111011110010100100110100011011101010100101101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BBCA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,188,164); }

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

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

 a { background-color: rgb(91,188,164); }

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

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

 span { border-color: rgb(91,188,164); }

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