#61BCAB

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

Shades of Puerto Rico #61BCAB

Tints of Puerto Rico #61BCAB

Color information

#61BCAB (or 0x61BCAB) is unknown color: approx Puerto Rico. HEX triplet: 61, BC and AB. RGB value is (97,188,171). Sum of RGB (Red+Green+Blue) = 97+188+171=456 (60% of max value = 765). Red value is 97 (38.28% from 255 or 21.27% from 456); Green value is 188 (73.83% from 255 or 41.23% from 456); Blue value is 171 (67.19% from 255 or 37.5% from 456); Max value from RGB is 188 - color contains mainly: green. Hex color #61BCAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61BCAB is #9E4354. Grayscale: #9E9E9E. Windows color (decimal): -10371925 or 11254881. OLE color: 11254881.

HSL color Cylindrical-coordinate representation of color #61BCAB: hue angle of 168.79º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #61BCAB is Cyan = 0.48, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.26.

Color convert

RGB97188171-
CMYK0.4800.090.26
HSL168.79º40.44%55.88%-
HSV(B)168.79º48.4%73.73%-
XYZ30.2641.4544.93-
YUV158.85134.8583.88-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 21.27%
GREEN value IS 188 (73.83% from 255) = 41.23%
BLUE value IS 171 (67.19% from 255) = 37.5%
R=21.27%
G=41.23%
B=37.5%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal971881710.4800.090.26168.7940.4455.88
Hex61BCAB30091Aa92838
Octal14127425360011322515070
Binary11000011011110010101011110000010011101010101001101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61BCAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,188,171); }

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

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

 a { background-color: rgb(97,188,171); }

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

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

 span { border-color: rgb(97,188,171); }

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