#5BB9AF

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

Shades of Puerto Rico #5BB9AF

Tints of Puerto Rico #5BB9AF

Color information

#5BB9AF (or 0x5BB9AF) is unknown color: approx Puerto Rico. HEX triplet: 5B, B9 and AF. RGB value is (91,185,175). Sum of RGB (Red+Green+Blue) = 91+185+175=451 (59% of max value = 765). Red value is 91 (35.94% from 255 or 20.18% from 451); Green value is 185 (72.66% from 255 or 41.02% from 451); Blue value is 175 (68.75% from 255 or 38.80% from 451); Max value from RGB is 185 - color contains mainly: green. Hex color #5BB9AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5BB9AF is #A44650. Grayscale: #9B9B9B. Windows color (decimal): -10765905 or 11516251. OLE color: 11516251.

HSL color Cylindrical-coordinate representation of color #5BB9AF: hue angle of 173.62º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5BB9AF is Cyan = 0.51, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.27.

Color convert

RGB91185175-
CMYK0.5100.050.27
HSL173.62º40.17%54.12%-
HSV(B)173.62º50.81%72.55%-
XYZ29.440.0246.73-
YUV155.75138.8681.81-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 20.18%
GREEN value IS 185 (72.66% from 255) = 41.02%
BLUE value IS 175 (68.75% from 255) = 38.80%
R=20.18%
G=41.02%
B=38.80%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal911851750.5100.050.27173.6240.1754.12
Hex5BB9AF33051Bae2836
Octal1332712576305332565066
Binary1011011101110011010111111001101011101110101110101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BB9AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,185,175); }

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

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

 a { background-color: rgb(91,185,175); }

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

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

 span { border-color: rgb(91,185,175); }

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