#61BBA9

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

Shades of Puerto Rico #61BBA9

Tints of Puerto Rico #61BBA9

Color information

#61BBA9 (or 0x61BBA9) is unknown color: approx Puerto Rico. HEX triplet: 61, BB and A9. RGB value is (97,187,169). Sum of RGB (Red+Green+Blue) = 97+187+169=453 (60% of max value = 765). Red value is 97 (38.28% from 255 or 21.41% from 453); Green value is 187 (73.44% from 255 or 41.28% from 453); Blue value is 169 (66.41% from 255 or 37.31% from 453); Max value from RGB is 187 - color contains mainly: green. Hex color #61BBA9 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61BBA9 is #9E4456. Grayscale: #9E9E9E. Windows color (decimal): -10372183 or 11123553. OLE color: 11123553.

HSL color Cylindrical-coordinate representation of color #61BBA9: hue angle of 168º 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 #61BBA9 is Cyan = 0.48, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.27.

Color convert

RGB97187169-
CMYK0.4800.100.27
HSL168º39.82%55.69%-
HSV(B)168º48.13%73.33%-
XYZ29.8640.9543.87-
YUV158.04134.1884.46-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 21.41%
GREEN value IS 187 (73.44% from 255) = 41.28%
BLUE value IS 169 (66.41% from 255) = 37.31%
R=21.41%
G=41.28%
B=37.31%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal971871690.4800.100.2716839.8255.69
Hex61BBA9300A1Ba82838
Octal14127325160012332505070
Binary11000011011101110101001110000010101101110101000101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61BBA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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