#61BEA4

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

Shades of Puerto Rico #61BEA4

Tints of Puerto Rico #61BEA4

Color information

#61BEA4 (or 0x61BEA4) is unknown color: approx Puerto Rico. HEX triplet: 61, BE and A4. RGB value is (97,190,164). Sum of RGB (Red+Green+Blue) = 97+190+164=451 (59% of max value = 765). Red value is 97 (38.28% from 255 or 21.51% from 451); Green value is 190 (74.61% from 255 or 42.13% from 451); Blue value is 164 (64.45% from 255 or 36.36% from 451); Max value from RGB is 190 - color contains mainly: green. Hex color #61BEA4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61BEA4 is #9E415B. Grayscale: #9F9F9F. Windows color (decimal): -10371420 or 10796641. OLE color: 10796641.

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

Color convert

RGB97190164-
CMYK0.4900.140.25
HSL163.23º41.7%56.27%-
HSV(B)163.23º48.95%74.51%-
XYZ30.0442.0541.65-
YUV159.23130.6983.61-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 21.51%
GREEN value IS 190 (74.61% from 255) = 42.13%
BLUE value IS 164 (64.45% from 255) = 36.36%
R=21.51%
G=42.13%
B=36.36%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal971901640.4900.140.25163.2341.756.27
Hex61BEA4310E19a32a38
Octal14127624461016312435270
Binary11000011011111010100100110001011101100110100011101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61BEA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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