#60A69A

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

Shades of Keppel #60A69A

Tints of Keppel #60A69A

Color information

#60A69A (or 0x60A69A) is unknown color: approx Keppel. HEX triplet: 60, A6 and 9A. RGB value is (96,166,154). Sum of RGB (Red+Green+Blue) = 96+166+154=416 (55% of max value = 765). Red value is 96 (37.89% from 255 or 23.08% from 416); Green value is 166 (65.23% from 255 or 39.90% from 416); Blue value is 154 (60.55% from 255 or 37.02% from 416); Max value from RGB is 166 - color contains mainly: green. Hex color #60A69A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60A69A is #9F5965. Grayscale: #8F8F8F. Windows color (decimal): -10443110 or 10135136. OLE color: 10135136.

HSL color Cylindrical-coordinate representation of color #60A69A: hue angle of 169.71º 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 #60A69A is Cyan = 0.42, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.35.

Color convert

RGB96166154-
CMYK0.4200.070.35
HSL169.71º28.23%51.37%-
HSV(B)169.71º42.17%65.1%-
XYZ24.2932.0935.49-
YUV143.7133.8193.98-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 23.08%
GREEN value IS 166 (65.23% from 255) = 39.90%
BLUE value IS 154 (60.55% from 255) = 37.02%
R=23.08%
G=39.90%
B=37.02%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal961661540.4200.070.35169.7128.2351.37
Hex60A69A2A0723aa1c33
Octal1402462325207432523463
Binary1100000101001101001101010101001111000111010101011100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60A69A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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