#61A994

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

Shades of Keppel #61A994

Tints of Keppel #61A994

Color information

#61A994 (or 0x61A994) is unknown color: approx Keppel. HEX triplet: 61, A9 and 94. RGB value is (97,169,148). Sum of RGB (Red+Green+Blue) = 97+169+148=414 (54% of max value = 765). Red value is 97 (38.28% from 255 or 23.43% from 414); Green value is 169 (66.41% from 255 or 40.82% from 414); Blue value is 148 (58.20% from 255 or 35.75% from 414); Max value from RGB is 169 - color contains mainly: green. Hex color #61A994 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61A994 is #9E566B. Grayscale: #919191. Windows color (decimal): -10376812 or 9742689. OLE color: 9742689.

HSL color Cylindrical-coordinate representation of color #61A994: hue angle of 162.5º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #61A994 is Cyan = 0.43, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.34.

Color convert

RGB97169148-
CMYK0.4300.120.34
HSL162.5º29.51%52.16%-
HSV(B)162.5º42.6%66.27%-
XYZ24.4633.0633.11-
YUV145.08129.6593.71-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 23.43%
GREEN value IS 169 (66.41% from 255) = 40.82%
BLUE value IS 148 (58.20% from 255) = 35.75%
R=23.43%
G=40.82%
B=35.75%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal971691480.4300.120.34162.529.5152.16
Hex61A9942B0C22a21e34
Octal14125122453014422423664
Binary11000011010100110010100101011011001000101010001011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61A994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,169,148); }

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

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

 a { background-color: rgb(97,169,148); }

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

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

 span { border-color: rgb(97,169,148); }

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