#61BBA2

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

Shades of Keppel #61BBA2

Tints of Keppel #61BBA2

Color information

#61BBA2 (or 0x61BBA2) is unknown color: approx Keppel. HEX triplet: 61, BB and A2. RGB value is (97,187,162). Sum of RGB (Red+Green+Blue) = 97+187+162=446 (59% of max value = 765). Red value is 97 (38.28% from 255 or 21.75% from 446); Green value is 187 (73.44% from 255 or 41.93% from 446); Blue value is 162 (63.67% from 255 or 36.32% from 446); Max value from RGB is 187 - color contains mainly: green. Hex color #61BBA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61BBA2 is #9E445D. Grayscale: #9D9D9D. Windows color (decimal): -10372190 or 10664801. OLE color: 10664801.

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

Color convert

RGB97187162-
CMYK0.4800.130.27
HSL163.33º39.82%55.69%-
HSV(B)163.33º48.13%73.33%-
XYZ29.2240.6940.5-
YUV157.24130.6885.03-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 21.75%
GREEN value IS 187 (73.44% from 255) = 41.93%
BLUE value IS 162 (63.67% from 255) = 36.32%
R=21.75%
G=41.93%
B=36.32%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal971871620.4800.130.27163.3339.8255.69
Hex61BBA2300D1Ba32838
Octal14127324260015332435070
Binary11000011011101110100010110000011011101110100011101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61BBA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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