#5BBDA1

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

Shades of Puerto Rico #5BBDA1

Tints of Puerto Rico #5BBDA1

Color information

#5BBDA1 (or 0x5BBDA1) is unknown color: approx Puerto Rico. HEX triplet: 5B, BD and A1. RGB value is (91,189,161). Sum of RGB (Red+Green+Blue) = 91+189+161=441 (58% of max value = 765). Red value is 91 (35.94% from 255 or 20.63% from 441); Green value is 189 (74.22% from 255 or 42.86% from 441); Blue value is 161 (63.28% from 255 or 36.51% from 441); Max value from RGB is 189 - color contains mainly: green. Hex color #5BBDA1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5BBDA1 is #A4425E. Grayscale: #9C9C9C. Windows color (decimal): -10764895 or 10599771. OLE color: 10599771.

HSL color Cylindrical-coordinate representation of color #5BBDA1: hue angle of 162.86º degrees, saturation: 0.43, 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 #5BBDA1 is Cyan = 0.52, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.26.

Color convert

RGB91189161-
CMYK0.5200.150.26
HSL162.86º42.61%54.9%-
HSV(B)162.86º51.85%74.12%-
XYZ28.9541.1940.14-
YUV156.51130.5381.28-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 20.63%
GREEN value IS 189 (74.22% from 255) = 42.86%
BLUE value IS 161 (63.28% from 255) = 36.51%
R=20.63%
G=42.86%
B=36.51%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal911891610.5200.150.26162.8642.6154.9
Hex5BBDA1340F1Aa32b37
Octal13327524164017322435367
Binary10110111011110110100001110100011111101010100011101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BBDA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,189,161); }

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

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

 a { background-color: rgb(91,189,161); }

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

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

 span { border-color: rgb(91,189,161); }

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