#61AF96

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

Shades of Keppel #61AF96

Tints of Keppel #61AF96

Color information

#61AF96 (or 0x61AF96) is unknown color: approx Keppel. HEX triplet: 61, AF and 96. RGB value is (97,175,150). Sum of RGB (Red+Green+Blue) = 97+175+150=422 (55% of max value = 765). Red value is 97 (38.28% from 255 or 22.99% from 422); Green value is 175 (68.75% from 255 or 41.47% from 422); Blue value is 150 (58.98% from 255 or 35.55% from 422); Max value from RGB is 175 - color contains mainly: green. Hex color #61AF96 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61AF96 is #9E5069. Grayscale: #949494. Windows color (decimal): -10375274 or 9875297. OLE color: 9875297.

HSL color Cylindrical-coordinate representation of color #61AF96: hue angle of 160.77º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #61AF96 is Cyan = 0.45, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.31.

Color convert

RGB97175150-
CMYK0.4500.140.31
HSL160.77º32.77%53.33%-
HSV(B)160.77º44.57%68.63%-
XYZ25.7635.434.33-
YUV148.83128.6691.03-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 22.99%
GREEN value IS 175 (68.75% from 255) = 41.47%
BLUE value IS 150 (58.98% from 255) = 35.55%
R=22.99%
G=41.47%
B=35.55%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal971751500.4500.140.31160.7732.7753.33
Hex61AF962D0E1Fa12135
Octal14125722655016372414165
Binary11000011010111110010110101101011101111110100001100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61AF96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,175,150); }

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

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

 a { background-color: rgb(97,175,150); }

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

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

 span { border-color: rgb(97,175,150); }

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