#61BA97

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

Shades of Keppel #61BA97

Tints of Keppel #61BA97

Color information

#61BA97 (or 0x61BA97) is unknown color: approx Keppel. HEX triplet: 61, BA and 97. RGB value is (97,186,151). Sum of RGB (Red+Green+Blue) = 97+186+151=434 (57% of max value = 765). Red value is 97 (38.28% from 255 or 22.35% from 434); Green value is 186 (73.05% from 255 or 42.86% from 434); Blue value is 151 (59.38% from 255 or 34.79% from 434); Max value from RGB is 186 - color contains mainly: green. Hex color #61BA97 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61BA97 is #9E4568. Grayscale: #9B9B9B. Windows color (decimal): -10372457 or 9943649. OLE color: 9943649.

HSL color Cylindrical-coordinate representation of color #61BA97: hue angle of 156.4º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #61BA97 is Cyan = 0.48, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.27.

Color convert

RGB97186151-
CMYK0.4800.190.27
HSL156.4º39.21%55.49%-
HSV(B)156.4º47.85%72.94%-
XYZ28.0739.8935.5-
YUV155.4125.5186.35-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 22.35%
GREEN value IS 186 (73.05% from 255) = 42.86%
BLUE value IS 151 (59.38% from 255) = 34.79%
R=22.35%
G=42.86%
B=34.79%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal971861510.4800.190.27156.439.2155.49
Hex61BA97300131B9c2737
Octal14127222760023332344767
Binary110000110111010100101111100000100111101110011100100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61BA97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,186,151); }

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

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

 a { background-color: rgb(97,186,151); }

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

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

 span { border-color: rgb(97,186,151); }

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