#61BA9C

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

Shades of Keppel #61BA9C

Tints of Keppel #61BA9C

Color information

#61BA9C (or 0x61BA9C) is unknown color: approx Keppel. HEX triplet: 61, BA and 9C. RGB value is (97,186,156). Sum of RGB (Red+Green+Blue) = 97+186+156=439 (58% of max value = 765). Red value is 97 (38.28% from 255 or 22.10% from 439); Green value is 186 (73.05% from 255 or 42.37% from 439); Blue value is 156 (61.33% from 255 or 35.54% from 439); Max value from RGB is 186 - color contains mainly: green. Hex color #61BA9C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61BA9C is #9E4563. Grayscale: #9C9C9C. Windows color (decimal): -10372452 or 10271329. OLE color: 10271329.

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

Color convert

RGB97186156-
CMYK0.4800.160.27
HSL159.78º39.21%55.49%-
HSV(B)159.78º47.85%72.94%-
XYZ28.4940.0637.68-
YUV155.97128.0185.94-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 22.10%
GREEN value IS 186 (73.05% from 255) = 42.37%
BLUE value IS 156 (61.33% from 255) = 35.54%
R=22.10%
G=42.37%
B=35.54%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal971861560.4800.160.27159.7839.2155.49
Hex61BA9C300101Ba02737
Octal14127223460020332404767
Binary110000110111010100111001100000100001101110100000100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61BA9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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