#61aa9a

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

Shades of Keppel #61AA9A

Tints of Keppel #61AA9A

Color information

#61AA9A (or 0x61AA9A) is unknown color: approx Keppel. HEX triplet: 61, AA and 9A. RGB value is (97,170,154). Sum of RGB (Red+Green+Blue) = 97+170+154=421 (55% of max value = 765). Red value is 97 (38.28% from 255 or 23.04% from 421); Green value is 170 (66.80% from 255 or 40.38% from 421); Blue value is 154 (60.55% from 255 or 36.58% from 421); Max value from RGB is 170 - color contains mainly: green. Hex color #61AA9A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61AA9A is #9E5565. Grayscale: #929292. Windows color (decimal): -10376550 or 10136161. OLE color: 10136161.

HSL color Cylindrical-coordinate representation of color #61AA9A: hue angle of 166.85º 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 #61AA9A is Cyan = 0.43, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.33.

Color convert

RGB97170154-
CMYK0.4300.090.33
HSL166.85º30.04%52.35%-
HSV(B)166.85º42.94%66.67%-
XYZ25.1433.6235.74-
YUV146.35132.3292.8-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 23.04%
GREEN value IS 170 (66.80% from 255) = 40.38%
BLUE value IS 154 (60.55% from 255) = 36.58%
R=23.04%
G=40.38%
B=36.58%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal971701540.4300.090.33166.8530.0452.35
Hex61AA9A2B0921a71e34
Octal14125223253011412473664
Binary11000011010101010011010101011010011000011010011111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61aa9a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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