#61B4A4

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

Shades of Puerto Rico #61B4A4

Tints of Puerto Rico #61B4A4

Color information

#61B4A4 (or 0x61B4A4) is unknown color: approx Puerto Rico. HEX triplet: 61, B4 and A4. RGB value is (97,180,164). Sum of RGB (Red+Green+Blue) = 97+180+164=441 (58% of max value = 765). Red value is 97 (38.28% from 255 or 22.00% from 441); Green value is 180 (70.70% from 255 or 40.82% from 441); Blue value is 164 (64.45% from 255 or 37.19% from 441); Max value from RGB is 180 - color contains mainly: green. Hex color #61B4A4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61B4A4 is #9E4B5B. Grayscale: #999999. Windows color (decimal): -10373980 or 10794081. OLE color: 10794081.

HSL color Cylindrical-coordinate representation of color #61B4A4: hue angle of 168.43º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #61B4A4 is Cyan = 0.46, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.29.

Color convert

RGB97180164-
CMYK0.4600.090.29
HSL168.43º35.62%54.31%-
HSV(B)168.43º46.11%70.59%-
XYZ27.9537.8640.96-
YUV153.3613487.8-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 22.00%
GREEN value IS 180 (70.70% from 255) = 40.82%
BLUE value IS 164 (64.45% from 255) = 37.19%
R=22.00%
G=40.82%
B=37.19%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal971801640.4600.090.29168.4335.6254.31
Hex61B4A42E091Da82436
Octal14126424456011352504466
Binary11000011011010010100100101110010011110110101000100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61B4A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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