#61BB9D

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

Shades of Keppel #61BB9D

Tints of Keppel #61BB9D

Color information

#61BB9D (or 0x61BB9D) is unknown color: approx Keppel. HEX triplet: 61, BB and 9D. RGB value is (97,187,157). Sum of RGB (Red+Green+Blue) = 97+187+157=441 (58% of max value = 765). Red value is 97 (38.28% from 255 or 22.00% from 441); Green value is 187 (73.44% from 255 or 42.40% from 441); Blue value is 157 (61.72% from 255 or 35.60% from 441); Max value from RGB is 187 - color contains mainly: green. Hex color #61BB9D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61BB9D is #9E4462. Grayscale: #9C9C9C. Windows color (decimal): -10372195 or 10337121. OLE color: 10337121.

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

Color convert

RGB97187157-
CMYK0.4800.160.27
HSL160º39.82%55.69%-
HSV(B)160º48.13%73.33%-
XYZ28.7940.5238.2-
YUV156.67128.1885.44-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 22.00%
GREEN value IS 187 (73.44% from 255) = 42.40%
BLUE value IS 157 (61.72% from 255) = 35.60%
R=22.00%
G=42.40%
B=35.60%

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
Decimal971871570.4800.160.2716039.8255.69
Hex61BB9D300101Ba02838
Octal14127323560020332405070
Binary110000110111011100111011100000100001101110100000101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61BB9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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