#61A68F

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

Shades of Keppel #61A68F

Tints of Keppel #61A68F

Color information

#61A68F (or 0x61A68F) is unknown color: approx Keppel. HEX triplet: 61, A6 and 8F. RGB value is (97,166,143). Sum of RGB (Red+Green+Blue) = 97+166+143=406 (53% of max value = 765). Red value is 97 (38.28% from 255 or 23.89% from 406); Green value is 166 (65.23% from 255 or 40.89% from 406); Blue value is 143 (56.25% from 255 or 35.22% from 406); Max value from RGB is 166 - color contains mainly: green. Hex color #61A68F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61A68F is #9E5970. Grayscale: #8E8E8E. Windows color (decimal): -10377585 or 9414241. OLE color: 9414241.

HSL color Cylindrical-coordinate representation of color #61A68F: hue angle of 160º degrees, saturation: 0.28, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #61A68F is Cyan = 0.42, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.35.

Color convert

RGB97166143-
CMYK0.4200.140.35
HSL160º27.94%51.57%-
HSV(B)160º41.57%65.1%-
XYZ23.5231.830.88-
YUV142.75128.1495.37-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 23.89%
GREEN value IS 166 (65.23% from 255) = 40.89%
BLUE value IS 143 (56.25% from 255) = 35.22%
R=23.89%
G=40.89%
B=35.22%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal971661430.4200.140.3516027.9451.57
Hex61A68F2A0E23a01c34
Octal14124621752016432403464
Binary11000011010011010001111101010011101000111010000011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61A68F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,166,143); }

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

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

 a { background-color: rgb(97,166,143); }

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

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

 span { border-color: rgb(97,166,143); }

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