#61BEA9

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

Shades of Puerto Rico #61BEA9

Tints of Puerto Rico #61BEA9

Color information

#61BEA9 (or 0x61BEA9) is unknown color: approx Puerto Rico. HEX triplet: 61, BE and A9. RGB value is (97,190,169). Sum of RGB (Red+Green+Blue) = 97+190+169=456 (60% of max value = 765). Red value is 97 (38.28% from 255 or 21.27% from 456); Green value is 190 (74.61% from 255 or 41.67% from 456); Blue value is 169 (66.41% from 255 or 37.06% from 456); Max value from RGB is 190 - color contains mainly: green. Hex color #61BEA9 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61BEA9 is #9E4156. Grayscale: #9F9F9F. Windows color (decimal): -10371415 or 11124321. OLE color: 11124321.

HSL color Cylindrical-coordinate representation of color #61BEA9: hue angle of 166.45º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #61BEA9 is Cyan = 0.49, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.

Color convert

RGB97190169-
CMYK0.4900.110.25
HSL166.45º41.7%56.27%-
HSV(B)166.45º48.95%74.51%-
XYZ30.542.2344.08-
YUV159.8133.1983.21-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 21.27%
GREEN value IS 190 (74.61% from 255) = 41.67%
BLUE value IS 169 (66.41% from 255) = 37.06%
R=21.27%
G=41.67%
B=37.06%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal971901690.4900.110.25166.4541.756.27
Hex61BEA9310B19a62a38
Octal14127625161013312465270
Binary11000011011111010101001110001010111100110100110101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61BEA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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