#61B5A7

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

Shades of Puerto Rico #61B5A7

Tints of Puerto Rico #61B5A7

Color information

#61B5A7 (or 0x61B5A7) is unknown color: approx Puerto Rico. HEX triplet: 61, B5 and A7. RGB value is (97,181,167). Sum of RGB (Red+Green+Blue) = 97+181+167=445 (58% of max value = 765). Red value is 97 (38.28% from 255 or 21.80% from 445); Green value is 181 (71.09% from 255 or 40.67% from 445); Blue value is 167 (65.62% from 255 or 37.53% from 445); Max value from RGB is 181 - color contains mainly: green. Hex color #61B5A7 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61B5A7 is #9E4A58. Grayscale: #9A9A9A. Windows color (decimal): -10373721 or 10990945. OLE color: 10990945.

HSL color Cylindrical-coordinate representation of color #61B5A7: hue angle of 170º degrees, saturation: 0.36, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #61B5A7 is Cyan = 0.46, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.29.

Color convert

RGB97181167-
CMYK0.4600.080.29
HSL170º36.21%54.51%-
HSV(B)170º46.41%70.98%-
XYZ28.4338.3842.47-
YUV154.29135.1787.14-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 21.80%
GREEN value IS 181 (71.09% from 255) = 40.67%
BLUE value IS 167 (65.62% from 255) = 37.53%
R=21.80%
G=40.67%
B=37.53%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal971811670.4600.080.2917036.2154.51
Hex61B5A72E081Daa2437
Octal14126524756010352524467
Binary11000011011010110100111101110010001110110101010100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61B5A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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