#61bba1

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

Shades of Keppel #61BBA1

Tints of Keppel #61BBA1

Color information

#61BBA1 (or 0x61BBA1) is unknown color: approx Keppel. HEX triplet: 61, BB and A1. RGB value is (97,187,161). Sum of RGB (Red+Green+Blue) = 97+187+161=445 (58% of max value = 765). Red value is 97 (38.28% from 255 or 21.80% from 445); Green value is 187 (73.44% from 255 or 42.02% from 445); Blue value is 161 (63.28% from 255 or 36.18% from 445); Max value from RGB is 187 - color contains mainly: green. Hex color #61BBA1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61BBA1 is #9E445E. Grayscale: #9D9D9D. Windows color (decimal): -10372191 or 10599265. OLE color: 10599265.

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

Color convert

RGB97187161-
CMYK0.4800.140.27
HSL162.67º39.82%55.69%-
HSV(B)162.67º48.13%73.33%-
XYZ29.1340.6640.03-
YUV157.13130.1885.11-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 21.80%
GREEN value IS 187 (73.44% from 255) = 42.02%
BLUE value IS 161 (63.28% from 255) = 36.18%
R=21.80%
G=42.02%
B=36.18%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal971871610.4800.140.27162.6739.8255.69
Hex61BBA1300E1Ba32838
Octal14127324160016332435070
Binary11000011011101110100001110000011101101110100011101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61bba1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,187,161); }

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

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

 a { background-color: rgb(97,187,161); }

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

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

 span { border-color: rgb(97,187,161); }

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