#61BFA6

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

Shades of Puerto Rico #61BFA6

Tints of Puerto Rico #61BFA6

Color information

#61BFA6 (or 0x61BFA6) is unknown color: approx Puerto Rico. HEX triplet: 61, BF and A6. RGB value is (97,191,166). Sum of RGB (Red+Green+Blue) = 97+191+166=454 (60% of max value = 765). Red value is 97 (38.28% from 255 or 21.37% from 454); Green value is 191 (75% from 255 or 42.07% from 454); Blue value is 166 (65.23% from 255 or 36.56% from 454); Max value from RGB is 191 - color contains mainly: green. Hex color #61BFA6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61BFA6 is #9E4059. Grayscale: #A0A0A0. Windows color (decimal): -10371162 or 10927969. OLE color: 10927969.

HSL color Cylindrical-coordinate representation of color #61BFA6: hue angle of 164.04º 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 #61BFA6 is Cyan = 0.49, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.25.

Color convert

RGB97191166-
CMYK0.4900.130.25
HSL164.04º42.34%56.47%-
HSV(B)164.04º49.21%74.9%-
XYZ30.4442.5642.69-
YUV160.04131.3683.03-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 21.37%
GREEN value IS 191 (75% from 255) = 42.07%
BLUE value IS 166 (65.23% from 255) = 36.56%
R=21.37%
G=42.07%
B=36.56%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal971911660.4900.130.25164.0442.3456.47
Hex61BFA6310D19a42a38
Octal14127724661015312445270
Binary11000011011111110100110110001011011100110100100101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61BFA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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