#60A694

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

Shades of Keppel #60A694

Tints of Keppel #60A694

Color information

#60A694 (or 0x60A694) is unknown color: approx Keppel. HEX triplet: 60, A6 and 94. RGB value is (96,166,148). Sum of RGB (Red+Green+Blue) = 96+166+148=410 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.41% from 410); Green value is 166 (65.23% from 255 or 40.49% from 410); Blue value is 148 (58.20% from 255 or 36.10% from 410); Max value from RGB is 166 - color contains mainly: green. Hex color #60A694 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60A694 is #9F596B. Grayscale: #8F8F8F. Windows color (decimal): -10443116 or 9741920. OLE color: 9741920.

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

Color convert

RGB96166148-
CMYK0.4200.110.35
HSL164.57º28.23%51.37%-
HSV(B)164.57º42.17%65.1%-
XYZ23.8131.932.92-
YUV143.02130.8194.46-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 23.41%
GREEN value IS 166 (65.23% from 255) = 40.49%
BLUE value IS 148 (58.20% from 255) = 36.10%
R=23.41%
G=40.49%
B=36.10%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal961661480.4200.110.35164.5728.2351.37
Hex60A6942A0B23a51c33
Octal14024622452013432453463
Binary11000001010011010010100101010010111000111010010111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60A694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60A694; }

 p { color: rgb(96,166,148); }

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

<style>
 a { background-color: #60A694; }

 a { background-color: rgb(96,166,148); }

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

<style>
 span { border-color: #60A694; }

 span { border-color: rgb(96,166,148); }

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