#61B3A5

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

Shades of Puerto Rico #61B3A5

Tints of Puerto Rico #61B3A5

Color information

#61B3A5 (or 0x61B3A5) is unknown color: approx Puerto Rico. HEX triplet: 61, B3 and A5. RGB value is (97,179,165). Sum of RGB (Red+Green+Blue) = 97+179+165=441 (58% of max value = 765). Red value is 97 (38.28% from 255 or 22.00% from 441); Green value is 179 (70.31% from 255 or 40.59% from 441); Blue value is 165 (64.84% from 255 or 37.41% from 441); Max value from RGB is 179 - color contains mainly: green. Hex color #61B3A5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61B3A5 is #9E4C5A. Grayscale: #989898. Windows color (decimal): -10374235 or 10859361. OLE color: 10859361.

HSL color Cylindrical-coordinate representation of color #61B3A5: hue angle of 169.76º degrees, saturation: 0.35, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #61B3A5 is Cyan = 0.46, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.30.

Color convert

RGB97179165-
CMYK0.4600.080.30
HSL169.76º35.04%54.12%-
HSV(B)169.76º45.81%70.2%-
XYZ27.8437.541.37-
YUV152.89134.8388.14-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 22.00%
GREEN value IS 179 (70.31% from 255) = 40.59%
BLUE value IS 165 (64.84% from 255) = 37.41%
R=22.00%
G=40.59%
B=37.41%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal971791650.4600.080.30169.7635.0454.12
Hex61B3A52E081Eaa2336
Octal14126324556010362524366
Binary11000011011001110100101101110010001111010101010100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61B3A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,179,165); }

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

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

 a { background-color: rgb(97,179,165); }

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

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

 span { border-color: rgb(97,179,165); }

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