#61BEB3

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

Shades of Puerto Rico #61BEB3

Tints of Puerto Rico #61BEB3

Color information

#61BEB3 (or 0x61BEB3) is unknown color: approx Puerto Rico. HEX triplet: 61, BE and B3. RGB value is (97,190,179). Sum of RGB (Red+Green+Blue) = 97+190+179=466 (61% of max value = 765). Red value is 97 (38.28% from 255 or 20.82% from 466); Green value is 190 (74.61% from 255 or 40.77% from 466); Blue value is 179 (70.31% from 255 or 38.41% from 466); Max value from RGB is 190 - color contains mainly: green. Hex color #61BEB3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61BEB3 is #9E414C. Grayscale: #A0A0A0. Windows color (decimal): -10371405 or 11779681. OLE color: 11779681.

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

Color convert

RGB97190179-
CMYK0.4900.060.25
HSL172.9º41.7%56.27%-
HSV(B)172.9º48.95%74.51%-
XYZ31.4842.6249.22-
YUV160.94138.1982.39-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 20.82%
GREEN value IS 190 (74.61% from 255) = 40.77%
BLUE value IS 179 (70.31% from 255) = 38.41%
R=20.82%
G=40.77%
B=38.41%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal971901790.4900.060.25172.941.756.27
Hex61BEB3310619ad2a38
Octal1412762636106312555270
Binary1100001101111101011001111000101101100110101101101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61BEB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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