#61AF9D

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

Shades of Keppel #61AF9D

Tints of Keppel #61AF9D

Color information

#61AF9D (or 0x61AF9D) is unknown color: approx Keppel. HEX triplet: 61, AF and 9D. RGB value is (97,175,157). Sum of RGB (Red+Green+Blue) = 97+175+157=429 (56% of max value = 765). Red value is 97 (38.28% from 255 or 22.61% from 429); Green value is 175 (68.75% from 255 or 40.79% from 429); Blue value is 157 (61.72% from 255 or 36.60% from 429); Max value from RGB is 175 - color contains mainly: green. Hex color #61AF9D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61AF9D is #9E5062. Grayscale: #959595. Windows color (decimal): -10375267 or 10334049. OLE color: 10334049.

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

Color convert

RGB97175157-
CMYK0.4500.100.31
HSL166.15º32.77%53.33%-
HSV(B)166.15º44.57%68.63%-
XYZ26.3535.6437.39-
YUV149.63132.1690.46-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 22.61%
GREEN value IS 175 (68.75% from 255) = 40.79%
BLUE value IS 157 (61.72% from 255) = 36.60%
R=22.61%
G=40.79%
B=36.60%

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
Decimal971751570.4500.100.31166.1532.7753.33
Hex61AF9D2D0A1Fa62135
Octal14125723555012372464165
Binary11000011010111110011101101101010101111110100110100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61AF9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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