#61AF95

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

Shades of Keppel #61AF95

Tints of Keppel #61AF95

Color information

#61AF95 (or 0x61AF95) is unknown color: approx Keppel. HEX triplet: 61, AF and 95. RGB value is (97,175,149). Sum of RGB (Red+Green+Blue) = 97+175+149=421 (55% of max value = 765). Red value is 97 (38.28% from 255 or 23.04% from 421); Green value is 175 (68.75% from 255 or 41.57% from 421); Blue value is 149 (58.59% from 255 or 35.39% from 421); Max value from RGB is 175 - color contains mainly: green. Hex color #61AF95 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61AF95 is #9E506A. Grayscale: #949494. Windows color (decimal): -10375275 or 9809761. OLE color: 9809761.

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

Color convert

RGB97175149-
CMYK0.4500.150.31
HSL160º32.77%53.33%-
HSV(B)160º44.57%68.63%-
XYZ25.6835.3733.91-
YUV148.71128.1691.11-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 23.04%
GREEN value IS 175 (68.75% from 255) = 41.57%
BLUE value IS 149 (58.59% from 255) = 35.39%
R=23.04%
G=41.57%
B=35.39%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal971751490.4500.150.3116032.7753.33
Hex61AF952D0F1Fa02135
Octal14125722555017372404165
Binary11000011010111110010101101101011111111110100000100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61AF95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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