#61BCAA

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

Shades of Puerto Rico #61BCAA

Tints of Puerto Rico #61BCAA

Color information

#61BCAA (or 0x61BCAA) is unknown color: approx Puerto Rico. HEX triplet: 61, BC and AA. RGB value is (97,188,170). Sum of RGB (Red+Green+Blue) = 97+188+170=455 (60% of max value = 765). Red value is 97 (38.28% from 255 or 21.32% from 455); Green value is 188 (73.83% from 255 or 41.32% from 455); Blue value is 170 (66.80% from 255 or 37.36% from 455); Max value from RGB is 188 - color contains mainly: green. Hex color #61BCAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61BCAA is #9E4355. Grayscale: #9E9E9E. Windows color (decimal): -10371926 or 11189345. OLE color: 11189345.

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

Color convert

RGB97188170-
CMYK0.4800.100.26
HSL168.13º40.44%55.88%-
HSV(B)168.13º48.4%73.73%-
XYZ30.1741.4144.43-
YUV158.74134.3583.96-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 21.32%
GREEN value IS 188 (73.83% from 255) = 41.32%
BLUE value IS 170 (66.80% from 255) = 37.36%
R=21.32%
G=41.32%
B=37.36%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal971881700.4800.100.26168.1340.4455.88
Hex61BCAA300A1Aa82838
Octal14127425260012322505070
Binary11000011011110010101010110000010101101010101000101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61BCAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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