#61A494

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

Shades of Keppel #61A494

Tints of Keppel #61A494

Color information

#61A494 (or 0x61A494) is unknown color: approx Keppel. HEX triplet: 61, A4 and 94. RGB value is (97,164,148). Sum of RGB (Red+Green+Blue) = 97+164+148=409 (54% of max value = 765). Red value is 97 (38.28% from 255 or 23.72% from 409); Green value is 164 (64.45% from 255 or 40.10% from 409); Blue value is 148 (58.20% from 255 or 36.19% from 409); Max value from RGB is 164 - color contains mainly: green. Hex color #61A494 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61A494 is #9E5B6B. Grayscale: #8E8E8E. Windows color (decimal): -10378092 or 9741409. OLE color: 9741409.

HSL color Cylindrical-coordinate representation of color #61A494: hue angle of 165.67º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #61A494 is Cyan = 0.41, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.36.

Color convert

RGB97164148-
CMYK0.4100.100.36
HSL165.67º26.91%51.18%-
HSV(B)165.67º40.85%64.31%-
XYZ23.5531.2332.8-
YUV142.14131.395.8-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 23.72%
GREEN value IS 164 (64.45% from 255) = 40.10%
BLUE value IS 148 (58.20% from 255) = 36.19%
R=23.72%
G=40.10%
B=36.19%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal971641480.4100.100.36165.6726.9151.18
Hex61A494290A24a61b33
Octal14124422451012442463363
Binary11000011010010010010100101001010101001001010011011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61A494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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