#61BAA7

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

Shades of Puerto Rico #61BAA7

Tints of Puerto Rico #61BAA7

Color information

#61BAA7 (or 0x61BAA7) is unknown color: approx Puerto Rico. HEX triplet: 61, BA and A7. RGB value is (97,186,167). Sum of RGB (Red+Green+Blue) = 97+186+167=450 (59% of max value = 765). Red value is 97 (38.28% from 255 or 21.56% from 450); Green value is 186 (73.05% from 255 or 41.33% from 450); Blue value is 167 (65.62% from 255 or 37.11% from 450); Max value from RGB is 186 - color contains mainly: green. Hex color #61BAA7 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61BAA7 is #9E4558. Grayscale: #9D9D9D. Windows color (decimal): -10372441 or 10992225. OLE color: 10992225.

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

Color convert

RGB97186167-
CMYK0.4800.100.27
HSL167.19º39.21%55.49%-
HSV(B)167.19º47.85%72.94%-
XYZ29.4640.4542.81-
YUV157.22133.5185.04-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 21.56%
GREEN value IS 186 (73.05% from 255) = 41.33%
BLUE value IS 167 (65.62% from 255) = 37.11%
R=21.56%
G=41.33%
B=37.11%

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
Decimal971861670.4800.100.27167.1939.2155.49
Hex61BAA7300A1Ba72737
Octal14127224760012332474767
Binary11000011011101010100111110000010101101110100111100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61BAA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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