#61B5A6

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

Shades of Puerto Rico #61B5A6

Tints of Puerto Rico #61B5A6

Color information

#61B5A6 (or 0x61B5A6) is unknown color: approx Puerto Rico. HEX triplet: 61, B5 and A6. RGB value is (97,181,166). Sum of RGB (Red+Green+Blue) = 97+181+166=444 (58% of max value = 765). Red value is 97 (38.28% from 255 or 21.85% from 444); Green value is 181 (71.09% from 255 or 40.77% from 444); Blue value is 166 (65.23% from 255 or 37.39% from 444); Max value from RGB is 181 - color contains mainly: green. Hex color #61B5A6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61B5A6 is #9E4A59. Grayscale: #9A9A9A. Windows color (decimal): -10373722 or 10925409. OLE color: 10925409.

HSL color Cylindrical-coordinate representation of color #61B5A6: hue angle of 169.29º 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 #61B5A6 is Cyan = 0.46, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.29.

Color convert

RGB97181166-
CMYK0.4600.080.29
HSL169.29º36.21%54.51%-
HSV(B)169.29º46.41%70.98%-
XYZ28.3438.3441.98-
YUV154.17134.6787.22-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 21.85%
GREEN value IS 181 (71.09% from 255) = 40.77%
BLUE value IS 166 (65.23% from 255) = 37.39%
R=21.85%
G=40.77%
B=37.39%

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
Decimal971811660.4600.080.29169.2936.2154.51
Hex61B5A62E081Da92437
Octal14126524656010352514467
Binary11000011011010110100110101110010001110110101001100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61B5A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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