#61BAAF

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

Shades of Puerto Rico #61BAAF

Tints of Puerto Rico #61BAAF

Color information

#61BAAF (or 0x61BAAF) is unknown color: approx Puerto Rico. HEX triplet: 61, BA and AF. RGB value is (97,186,175). Sum of RGB (Red+Green+Blue) = 97+186+175=458 (60% of max value = 765). Red value is 97 (38.28% from 255 or 21.18% from 458); Green value is 186 (73.05% from 255 or 40.61% from 458); Blue value is 175 (68.75% from 255 or 38.21% from 458); Max value from RGB is 186 - color contains mainly: green. Hex color #61BAAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61BAAF is #9E4550. Grayscale: #9E9E9E. Windows color (decimal): -10372433 or 11516513. OLE color: 11516513.

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

Color convert

RGB97186175-
CMYK0.4800.060.27
HSL172.58º39.21%55.49%-
HSV(B)172.58º47.85%72.94%-
XYZ30.2340.7546.83-
YUV158.14137.5184.39-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 21.18%
GREEN value IS 186 (73.05% from 255) = 40.61%
BLUE value IS 175 (68.75% from 255) = 38.21%
R=21.18%
G=40.61%
B=38.21%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal971861750.4800.060.27172.5839.2155.49
Hex61BAAF30061Bad2737
Octal1412722576006332554767
Binary1100001101110101010111111000001101101110101101100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61BAAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,186,175); }

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

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

 a { background-color: rgb(97,186,175); }

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

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

 span { border-color: rgb(97,186,175); }

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