#61C1B6

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

Shades of Puerto Rico #61C1B6

Tints of Puerto Rico #61C1B6

Color information

#61C1B6 (or 0x61C1B6) is unknown color: approx Puerto Rico. HEX triplet: 61, C1 and B6. RGB value is (97,193,182). Sum of RGB (Red+Green+Blue) = 97+193+182=472 (62% of max value = 765). Red value is 97 (38.28% from 255 or 20.55% from 472); Green value is 193 (75.78% from 255 or 40.89% from 472); Blue value is 182 (71.48% from 255 or 38.56% from 472); Max value from RGB is 193 - color contains mainly: green. Hex color #61C1B6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61C1B6 is #9E3E49. Grayscale: #A2A2A2. Windows color (decimal): -10370634 or 11977057. OLE color: 11977057.

HSL color Cylindrical-coordinate representation of color #61C1B6: hue angle of 173.12º 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 #61C1B6 is Cyan = 0.50, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.24.

Color convert

RGB97193182-
CMYK0.5000.060.24
HSL173.12º43.64%56.86%-
HSV(B)173.12º49.74%75.69%-
XYZ32.4444.0651.05-
YUV163.04138.780.89-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 20.55%
GREEN value IS 193 (75.78% from 255) = 40.89%
BLUE value IS 182 (71.48% from 255) = 38.56%
R=20.55%
G=40.89%
B=38.56%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal971931820.5000.060.24173.1243.6456.86
Hex61C1B6320618ad2c39
Octal1413012666206302555471
Binary1100001110000011011011011001001101100010101101101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61C1B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,193,182); }

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

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

 a { background-color: rgb(97,193,182); }

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

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

 span { border-color: rgb(97,193,182); }

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