#61B49C

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

Shades of Keppel #61B49C

Tints of Keppel #61B49C

Color information

#61B49C (or 0x61B49C) is unknown color: approx Keppel. HEX triplet: 61, B4 and 9C. RGB value is (97,180,156). Sum of RGB (Red+Green+Blue) = 97+180+156=433 (57% of max value = 765). Red value is 97 (38.28% from 255 or 22.40% from 433); Green value is 180 (70.70% from 255 or 41.57% from 433); Blue value is 156 (61.33% from 255 or 36.03% from 433); Max value from RGB is 180 - color contains mainly: green. Hex color #61B49C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61B49C is #9E4B63. Grayscale: #989898. Windows color (decimal): -10373988 or 10269793. OLE color: 10269793.

HSL color Cylindrical-coordinate representation of color #61B49C: hue angle of 162.65º 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 #61B49C is Cyan = 0.46, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.29.

Color convert

RGB97180156-
CMYK0.4600.130.29
HSL162.65º35.62%54.31%-
HSV(B)162.65º46.11%70.59%-
XYZ27.2537.5837.27-
YUV152.4513088.45-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 22.40%
GREEN value IS 180 (70.70% from 255) = 41.57%
BLUE value IS 156 (61.33% from 255) = 36.03%
R=22.40%
G=41.57%
B=36.03%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal971801560.4600.130.29162.6535.6254.31
Hex61B49C2E0D1Da32436
Octal14126423456015352434466
Binary11000011011010010011100101110011011110110100011100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61B49C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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