#61B9AB

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

Shades of Puerto Rico #61B9AB

Tints of Puerto Rico #61B9AB

Color information

#61B9AB (or 0x61B9AB) is unknown color: approx Puerto Rico. HEX triplet: 61, B9 and AB. RGB value is (97,185,171). Sum of RGB (Red+Green+Blue) = 97+185+171=453 (60% of max value = 765). Red value is 97 (38.28% from 255 or 21.41% from 453); Green value is 185 (72.66% from 255 or 40.84% from 453); Blue value is 171 (67.19% from 255 or 37.75% from 453); Max value from RGB is 185 - color contains mainly: green. Hex color #61B9AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61B9AB is #9E4654. Grayscale: #9D9D9D. Windows color (decimal): -10372693 or 11254113. OLE color: 11254113.

HSL color Cylindrical-coordinate representation of color #61B9AB: hue angle of 170.45º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #61B9AB is Cyan = 0.48, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB97185171-
CMYK0.4800.080.27
HSL170.45º38.6%55.29%-
HSV(B)170.45º47.57%72.55%-
XYZ29.6340.1844.72-
YUV157.09135.8585.14-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 21.41%
GREEN value IS 185 (72.66% from 255) = 40.84%
BLUE value IS 171 (67.19% from 255) = 37.75%
R=21.41%
G=40.84%
B=37.75%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal971851710.4800.080.27170.4538.655.29
Hex61B9AB30081Baa2737
Octal14127125360010332524767
Binary11000011011100110101011110000010001101110101010100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61B9AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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