#61BC9C

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

Shades of Keppel #61BC9C

Tints of Keppel #61BC9C

Color information

#61BC9C (or 0x61BC9C) is unknown color: approx Keppel. HEX triplet: 61, BC and 9C. RGB value is (97,188,156). Sum of RGB (Red+Green+Blue) = 97+188+156=441 (58% of max value = 765). Red value is 97 (38.28% from 255 or 22.00% from 441); Green value is 188 (73.83% from 255 or 42.63% from 441); Blue value is 156 (61.33% from 255 or 35.37% from 441); Max value from RGB is 188 - color contains mainly: green. Hex color #61BC9C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61BC9C is #9E4363. Grayscale: #9D9D9D. Windows color (decimal): -10371940 or 10271841. OLE color: 10271841.

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

Color convert

RGB97188156-
CMYK0.4800.170.26
HSL158.9º40.44%55.88%-
HSV(B)158.9º48.4%73.73%-
XYZ28.9140.9137.82-
YUV157.14127.3585.1-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 22.00%
GREEN value IS 188 (73.83% from 255) = 42.63%
BLUE value IS 156 (61.33% from 255) = 35.37%
R=22.00%
G=42.63%
B=35.37%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal971881560.4800.170.26158.940.4455.88
Hex61BC9C300111A9f2838
Octal14127423460021322375070
Binary110000110111100100111001100000100011101010011111101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61BC9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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