#61C2A2

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

Shades of Keppel #61C2A2

Tints of Keppel #61C2A2

Color information

#61C2A2 (or 0x61C2A2) is unknown color: approx Keppel. HEX triplet: 61, C2 and A2. RGB value is (97,194,162). Sum of RGB (Red+Green+Blue) = 97+194+162=453 (60% of max value = 765). Red value is 97 (38.28% from 255 or 21.41% from 453); Green value is 194 (76.17% from 255 or 42.83% from 453); Blue value is 162 (63.67% from 255 or 35.76% from 453); Max value from RGB is 194 - color contains mainly: green. Hex color #61C2A2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61C2A2 is #9E3D5D. Grayscale: #A1A1A1. Windows color (decimal): -10370398 or 10666593. OLE color: 10666593.

HSL color Cylindrical-coordinate representation of color #61C2A2: hue angle of 160.21º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #61C2A2 is Cyan = 0.50, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.24.

Color convert

RGB97194162-
CMYK0.5000.160.24
HSL160.21º44.29%57.06%-
HSV(B)160.21º50%76.08%-
XYZ30.7443.7341-
YUV161.35128.3682.1-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 21.41%
GREEN value IS 194 (76.17% from 255) = 42.83%
BLUE value IS 162 (63.67% from 255) = 35.76%
R=21.41%
G=42.83%
B=35.76%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal971941620.5000.160.24160.2144.2957.06
Hex61C2A23201018a02c39
Octal14130224262020302405471
Binary110000111000010101000101100100100001100010100000101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61C2A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,194,162); }

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

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

 a { background-color: rgb(97,194,162); }

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

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

 span { border-color: rgb(97,194,162); }

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