#61AF9E

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

Shades of Keppel #61AF9E

Tints of Keppel #61AF9E

Color information

#61AF9E (or 0x61AF9E) is unknown color: approx Keppel. HEX triplet: 61, AF and 9E. RGB value is (97,175,158). Sum of RGB (Red+Green+Blue) = 97+175+158=430 (56% of max value = 765). Red value is 97 (38.28% from 255 or 22.56% from 430); Green value is 175 (68.75% from 255 or 40.70% from 430); Blue value is 158 (62.11% from 255 or 36.74% from 430); Max value from RGB is 175 - color contains mainly: green. Hex color #61AF9E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61AF9E is #9E5061. Grayscale: #959595. Windows color (decimal): -10375266 or 10399585. OLE color: 10399585.

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

Color convert

RGB97175158-
CMYK0.4500.100.31
HSL166.92º32.77%53.33%-
HSV(B)166.92º44.57%68.63%-
XYZ26.4335.6737.84-
YUV149.74132.6690.38-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 22.56%
GREEN value IS 175 (68.75% from 255) = 40.70%
BLUE value IS 158 (62.11% from 255) = 36.74%
R=22.56%
G=40.70%
B=36.74%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal971751580.4500.100.31166.9232.7753.33
Hex61AF9E2D0A1Fa72135
Octal14125723655012372474165
Binary11000011010111110011110101101010101111110100111100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61AF9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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