#61BFAE

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

Shades of Puerto Rico #61BFAE

Tints of Puerto Rico #61BFAE

Color information

#61BFAE (or 0x61BFAE) is unknown color: approx Puerto Rico. HEX triplet: 61, BF and AE. RGB value is (97,191,174). Sum of RGB (Red+Green+Blue) = 97+191+174=462 (61% of max value = 765). Red value is 97 (38.28% from 255 or 21.00% from 462); Green value is 191 (75% from 255 or 41.34% from 462); Blue value is 174 (68.36% from 255 or 37.66% from 462); Max value from RGB is 191 - color contains mainly: green. Hex color #61BFAE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61BFAE is #9E4051. Grayscale: #A0A0A0. Windows color (decimal): -10371154 or 11452257. OLE color: 11452257.

HSL color Cylindrical-coordinate representation of color #61BFAE: hue angle of 169.15º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #61BFAE is Cyan = 0.49, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB97191174-
CMYK0.4900.090.25
HSL169.15º42.34%56.47%-
HSV(B)169.15º49.21%74.9%-
XYZ31.242.8646.67-
YUV160.96135.3682.38-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 21.00%
GREEN value IS 191 (75% from 255) = 41.34%
BLUE value IS 174 (68.36% from 255) = 37.66%
R=21.00%
G=41.34%
B=37.66%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal971911740.4900.090.25169.1542.3456.47
Hex61BFAE310919a92a38
Octal14127725661011312515270
Binary11000011011111110101110110001010011100110101001101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61BFAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,191,174); }

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

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

 a { background-color: rgb(97,191,174); }

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

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

 span { border-color: rgb(97,191,174); }

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