#61AF99

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

Shades of Keppel #61AF99

Tints of Keppel #61AF99

Color information

#61AF99 (or 0x61AF99) is unknown color: approx Keppel. HEX triplet: 61, AF and 99. RGB value is (97,175,153). Sum of RGB (Red+Green+Blue) = 97+175+153=425 (56% of max value = 765). Red value is 97 (38.28% from 255 or 22.82% from 425); Green value is 175 (68.75% from 255 or 41.18% from 425); Blue value is 153 (60.16% from 255 or 36% from 425); Max value from RGB is 175 - color contains mainly: green. Hex color #61AF99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61AF99 is #9E5066. Grayscale: #959595. Windows color (decimal): -10375271 or 10071905. OLE color: 10071905.

HSL color Cylindrical-coordinate representation of color #61AF99: hue angle of 163.08º 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 #61AF99 is Cyan = 0.45, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.31.

Color convert

RGB97175153-
CMYK0.4500.130.31
HSL163.08º32.77%53.33%-
HSV(B)163.08º44.57%68.63%-
XYZ26.0135.535.62-
YUV149.17130.1690.79-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 22.82%
GREEN value IS 175 (68.75% from 255) = 41.18%
BLUE value IS 153 (60.16% from 255) = 36%
R=22.82%
G=41.18%
B=36%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal971751530.4500.130.31163.0832.7753.33
Hex61AF992D0D1Fa32135
Octal14125723155015372434165
Binary11000011010111110011001101101011011111110100011100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61AF99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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