#61BEAB

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

Shades of Puerto Rico #61BEAB

Tints of Puerto Rico #61BEAB

Color information

#61BEAB (or 0x61BEAB) is unknown color: approx Puerto Rico. HEX triplet: 61, BE and AB. RGB value is (97,190,171). Sum of RGB (Red+Green+Blue) = 97+190+171=458 (60% of max value = 765). Red value is 97 (38.28% from 255 or 21.18% from 458); Green value is 190 (74.61% from 255 or 41.48% from 458); Blue value is 171 (67.19% from 255 or 37.34% from 458); Max value from RGB is 190 - color contains mainly: green. Hex color #61BEAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61BEAB is #9E4154. Grayscale: #A0A0A0. Windows color (decimal): -10371413 or 11255393. OLE color: 11255393.

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

Color convert

RGB97190171-
CMYK0.4900.100.25
HSL167.74º41.7%56.27%-
HSV(B)167.74º48.95%74.51%-
XYZ30.6942.3145.08-
YUV160.03134.1983.04-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 21.18%
GREEN value IS 190 (74.61% from 255) = 41.48%
BLUE value IS 171 (67.19% from 255) = 37.34%
R=21.18%
G=41.48%
B=37.34%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal971901710.4900.100.25167.7441.756.27
Hex61BEAB310A19a82a38
Octal14127625361012312505270
Binary11000011011111010101011110001010101100110101000101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61BEAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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