#61AA9D

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

Shades of Keppel #61AA9D

Tints of Keppel #61AA9D

Color information

#61AA9D (or 0x61AA9D) is unknown color: approx Keppel. HEX triplet: 61, AA and 9D. RGB value is (97,170,157). Sum of RGB (Red+Green+Blue) = 97+170+157=424 (56% of max value = 765). Red value is 97 (38.28% from 255 or 22.88% from 424); Green value is 170 (66.80% from 255 or 40.09% from 424); Blue value is 157 (61.72% from 255 or 37.03% from 424); Max value from RGB is 170 - color contains mainly: green. Hex color #61AA9D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61AA9D is #9E5562. Grayscale: #929292. Windows color (decimal): -10376547 or 10332769. OLE color: 10332769.

HSL color Cylindrical-coordinate representation of color #61AA9D: hue angle of 169.32º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #61AA9D is Cyan = 0.43, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.33.

Color convert

RGB97170157-
CMYK0.4300.080.33
HSL169.32º30.04%52.35%-
HSV(B)169.32º42.94%66.67%-
XYZ25.3933.7337.07-
YUV146.69133.8292.56-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 22.88%
GREEN value IS 170 (66.80% from 255) = 40.09%
BLUE value IS 157 (61.72% from 255) = 37.03%
R=22.88%
G=40.09%
B=37.03%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal971701570.4300.080.33169.3230.0452.35
Hex61AA9D2B0821a91e34
Octal14125223553010412513664
Binary11000011010101010011101101011010001000011010100111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61AA9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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