#61BBAA

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

Shades of Puerto Rico #61BBAA

Tints of Puerto Rico #61BBAA

Color information

#61BBAA (or 0x61BBAA) is unknown color: approx Puerto Rico. HEX triplet: 61, BB and AA. RGB value is (97,187,170). Sum of RGB (Red+Green+Blue) = 97+187+170=454 (60% of max value = 765). Red value is 97 (38.28% from 255 or 21.37% from 454); Green value is 187 (73.44% from 255 or 41.19% from 454); Blue value is 170 (66.80% from 255 or 37.44% from 454); Max value from RGB is 187 - color contains mainly: green. Hex color #61BBAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61BBAA is #9E4455. Grayscale: #9E9E9E. Windows color (decimal): -10372182 or 11189089. OLE color: 11189089.

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

Color convert

RGB97187170-
CMYK0.4800.090.27
HSL168.67º39.82%55.69%-
HSV(B)168.67º48.13%73.33%-
XYZ29.9640.9844.36-
YUV158.15134.6884.38-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 21.37%
GREEN value IS 187 (73.44% from 255) = 41.19%
BLUE value IS 170 (66.80% from 255) = 37.44%
R=21.37%
G=41.19%
B=37.44%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal971871700.4800.090.27168.6739.8255.69
Hex61BBAA30091Ba92838
Octal14127325260011332515070
Binary11000011011101110101010110000010011101110101001101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61BBAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,187,170); }

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

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

 a { background-color: rgb(97,187,170); }

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

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

 span { border-color: rgb(97,187,170); }

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