#61BAAB

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

Shades of Puerto Rico #61BAAB

Tints of Puerto Rico #61BAAB

Color information

#61BAAB (or 0x61BAAB) is unknown color: approx Puerto Rico. HEX triplet: 61, BA and AB. RGB value is (97,186,171). Sum of RGB (Red+Green+Blue) = 97+186+171=454 (60% of max value = 765). Red value is 97 (38.28% from 255 or 21.37% from 454); Green value is 186 (73.05% from 255 or 40.97% from 454); Blue value is 171 (67.19% from 255 or 37.67% from 454); Max value from RGB is 186 - color contains mainly: green. Hex color #61BAAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61BAAB is #9E4554. Grayscale: #9D9D9D. Windows color (decimal): -10372437 or 11254369. OLE color: 11254369.

HSL color Cylindrical-coordinate representation of color #61BAAB: hue angle of 169.89º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #61BAAB is Cyan = 0.48, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB97186171-
CMYK0.4800.080.27
HSL169.89º39.21%55.49%-
HSV(B)169.89º47.85%72.94%-
XYZ29.8440.644.79-
YUV157.68135.5184.72-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 21.37%
GREEN value IS 186 (73.05% from 255) = 40.97%
BLUE value IS 171 (67.19% from 255) = 37.67%
R=21.37%
G=40.97%
B=37.67%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal971861710.4800.080.27169.8939.2155.49
Hex61BAAB30081Baa2737
Octal14127225360010332524767
Binary11000011011101010101011110000010001101110101010100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61BAAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61BAAB; }

 p { color: rgb(97,186,171); }

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

<style>
 a { background-color: #61BAAB; }

 a { background-color: rgb(97,186,171); }

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

<style>
 span { border-color: #61BAAB; }

 span { border-color: rgb(97,186,171); }

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