#61BB9C

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

Shades of Keppel #61BB9C

Tints of Keppel #61BB9C

Color information

#61BB9C (or 0x61BB9C) is unknown color: approx Keppel. HEX triplet: 61, BB and 9C. RGB value is (97,187,156). Sum of RGB (Red+Green+Blue) = 97+187+156=440 (58% of max value = 765). Red value is 97 (38.28% from 255 or 22.05% from 440); Green value is 187 (73.44% from 255 or 42.5% from 440); Blue value is 156 (61.33% from 255 or 35.45% from 440); Max value from RGB is 187 - color contains mainly: green. Hex color #61BB9C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61BB9C is #9E4463. Grayscale: #9C9C9C. Windows color (decimal): -10372196 or 10271585. OLE color: 10271585.

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

Color convert

RGB97187156-
CMYK0.4800.170.27
HSL159.33º39.82%55.69%-
HSV(B)159.33º48.13%73.33%-
XYZ28.740.4837.75-
YUV156.56127.6885.52-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 22.05%
GREEN value IS 187 (73.44% from 255) = 42.5%
BLUE value IS 156 (61.33% from 255) = 35.45%
R=22.05%
G=42.5%
B=35.45%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal971871560.4800.170.27159.3339.8255.69
Hex61BB9C300111B9f2838
Octal14127323460021332375070
Binary110000110111011100111001100000100011101110011111101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61BB9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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