#61BA96

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

Shades of Keppel #61BA96

Tints of Keppel #61BA96

Color information

#61BA96 (or 0x61BA96) is unknown color: approx Keppel. HEX triplet: 61, BA and 96. RGB value is (97,186,150). Sum of RGB (Red+Green+Blue) = 97+186+150=433 (57% of max value = 765). Red value is 97 (38.28% from 255 or 22.40% from 433); Green value is 186 (73.05% from 255 or 42.96% from 433); Blue value is 150 (58.98% from 255 or 34.64% from 433); Max value from RGB is 186 - color contains mainly: green. Hex color #61BA96 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61BA96 is #9E4569. Grayscale: #9B9B9B. Windows color (decimal): -10372458 or 9878113. OLE color: 9878113.

HSL color Cylindrical-coordinate representation of color #61BA96: hue angle of 155.73º 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 #61BA96 is Cyan = 0.48, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.27.

Color convert

RGB97186150-
CMYK0.4800.190.27
HSL155.73º39.21%55.49%-
HSV(B)155.73º47.85%72.94%-
XYZ27.9939.8635.07-
YUV155.28125.0186.43-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 22.40%
GREEN value IS 186 (73.05% from 255) = 42.96%
BLUE value IS 150 (58.98% from 255) = 34.64%
R=22.40%
G=42.96%
B=34.64%

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
Decimal971861500.4800.190.27155.7339.2155.49
Hex61BA96300131B9c2737
Octal14127222660023332344767
Binary110000110111010100101101100000100111101110011100100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61BA96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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