#5BB4AD

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

Shades of Puerto Rico #5BB4AD

Tints of Puerto Rico #5BB4AD

Color information

#5BB4AD (or 0x5BB4AD) is unknown color: approx Puerto Rico. HEX triplet: 5B, B4 and AD. RGB value is (91,180,173). Sum of RGB (Red+Green+Blue) = 91+180+173=444 (58% of max value = 765). Red value is 91 (35.94% from 255 or 20.50% from 444); Green value is 180 (70.70% from 255 or 40.54% from 444); Blue value is 173 (67.97% from 255 or 38.96% from 444); Max value from RGB is 180 - color contains mainly: green. Hex color #5BB4AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5BB4AD is #A44B52. Grayscale: #989898. Windows color (decimal): -10767187 or 11383899. OLE color: 11383899.

HSL color Cylindrical-coordinate representation of color #5BB4AD: hue angle of 175.28º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5BB4AD is Cyan = 0.49, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB91180173-
CMYK0.4900.040.29
HSL175.28º37.24%53.14%-
HSV(B)175.28º49.44%70.59%-
XYZ28.1837.8845.36-
YUV152.59139.5184.07-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 20.50%
GREEN value IS 180 (70.70% from 255) = 40.54%
BLUE value IS 173 (67.97% from 255) = 38.96%
R=20.50%
G=40.54%
B=38.96%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal911801730.4900.040.29175.2837.2453.14
Hex5BB4AD31041Daf2535
Octal1332642556104352574565
Binary1011011101101001010110111000101001110110101111100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BB4AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,180,173); }

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

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

 a { background-color: rgb(91,180,173); }

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

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

 span { border-color: rgb(91,180,173); }

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