#61BEB1

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

Shades of Puerto Rico #61BEB1

Tints of Puerto Rico #61BEB1

Color information

#61BEB1 (or 0x61BEB1) is unknown color: approx Puerto Rico. HEX triplet: 61, BE and B1. RGB value is (97,190,177). Sum of RGB (Red+Green+Blue) = 97+190+177=464 (61% of max value = 765). Red value is 97 (38.28% from 255 or 20.91% from 464); Green value is 190 (74.61% from 255 or 40.95% from 464); Blue value is 177 (69.53% from 255 or 38.15% from 464); Max value from RGB is 190 - color contains mainly: green. Hex color #61BEB1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61BEB1 is #9E414E. Grayscale: #A0A0A0. Windows color (decimal): -10371407 or 11648609. OLE color: 11648609.

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

Color convert

RGB97190177-
CMYK0.4900.070.25
HSL171.61º41.7%56.27%-
HSV(B)171.61º48.95%74.51%-
XYZ31.2842.5448.16-
YUV160.71137.1982.56-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 20.91%
GREEN value IS 190 (74.61% from 255) = 40.95%
BLUE value IS 177 (69.53% from 255) = 38.15%
R=20.91%
G=40.95%
B=38.15%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal971901770.4900.070.25171.6141.756.27
Hex61BEB1310719ac2a38
Octal1412762616107312545270
Binary1100001101111101011000111000101111100110101100101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61BEB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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