#61C2B1

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

Shades of Puerto Rico #61C2B1

Tints of Puerto Rico #61C2B1

Color information

#61C2B1 (or 0x61C2B1) is unknown color: approx Puerto Rico. HEX triplet: 61, C2 and B1. RGB value is (97,194,177). Sum of RGB (Red+Green+Blue) = 97+194+177=468 (61% of max value = 765). Red value is 97 (38.28% from 255 or 20.73% from 468); Green value is 194 (76.17% from 255 or 41.45% from 468); Blue value is 177 (69.53% from 255 or 37.82% from 468); Max value from RGB is 194 - color contains mainly: green. Hex color #61C2B1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61C2B1 is #9E3D4E. Grayscale: #A3A3A3. Windows color (decimal): -10370383 or 11649633. OLE color: 11649633.

HSL color Cylindrical-coordinate representation of color #61C2B1: hue angle of 169.48º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #61C2B1 is Cyan = 0.50, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.24.

Color convert

RGB97194177-
CMYK0.5000.090.24
HSL169.48º44.29%57.06%-
HSV(B)169.48º50%76.08%-
XYZ32.1644.348.45-
YUV163.06135.8680.88-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 20.73%
GREEN value IS 194 (76.17% from 255) = 41.45%
BLUE value IS 177 (69.53% from 255) = 37.82%
R=20.73%
G=41.45%
B=37.82%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal971941770.5000.090.24169.4844.2957.06
Hex61C2B1320918a92c39
Octal14130226162011302515471
Binary11000011100001010110001110010010011100010101001101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61C2B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,194,177); }

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

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

 a { background-color: rgb(97,194,177); }

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

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

 span { border-color: rgb(97,194,177); }

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