#61BDAE

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

Shades of Puerto Rico #61BDAE

Tints of Puerto Rico #61BDAE

Color information

#61BDAE (or 0x61BDAE) is unknown color: approx Puerto Rico. HEX triplet: 61, BD and AE. RGB value is (97,189,174). Sum of RGB (Red+Green+Blue) = 97+189+174=460 (60% of max value = 765). Red value is 97 (38.28% from 255 or 21.09% from 460); Green value is 189 (74.22% from 255 or 41.09% from 460); Blue value is 174 (68.36% from 255 or 37.83% from 460); Max value from RGB is 189 - color contains mainly: green. Hex color #61BDAE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61BDAE is #9E4251. Grayscale: #9F9F9F. Windows color (decimal): -10371666 or 11451745. OLE color: 11451745.

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

Color convert

RGB97189174-
CMYK0.4900.080.26
HSL170.22º41.07%56.08%-
HSV(B)170.22º48.68%74.12%-
XYZ30.7741.9946.53-
YUV159.78136.0283.22-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 21.09%
GREEN value IS 189 (74.22% from 255) = 41.09%
BLUE value IS 174 (68.36% from 255) = 37.83%
R=21.09%
G=41.09%
B=37.83%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal971891740.4900.080.26170.2241.0756.08
Hex61BDAE31081Aaa2938
Octal14127525661010322525170
Binary11000011011110110101110110001010001101010101010101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61BDAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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