#60AE9A

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

Shades of Keppel #60AE9A

Tints of Keppel #60AE9A

Color information

#60AE9A (or 0x60AE9A) is unknown color: approx Keppel. HEX triplet: 60, AE and 9A. RGB value is (96,174,154). Sum of RGB (Red+Green+Blue) = 96+174+154=424 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.64% from 424); Green value is 174 (68.36% from 255 or 41.04% from 424); Blue value is 154 (60.55% from 255 or 36.32% from 424); Max value from RGB is 174 - color contains mainly: green. Hex color #60AE9A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60AE9A is #9F5165. Grayscale: #949494. Windows color (decimal): -10441062 or 10137184. OLE color: 10137184.

HSL color Cylindrical-coordinate representation of color #60AE9A: hue angle of 164.62º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #60AE9A is Cyan = 0.45, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.32.

Color convert

RGB96174154-
CMYK0.4500.110.32
HSL164.62º32.5%52.94%-
HSV(B)164.62º44.83%68.24%-
XYZ25.7935.0935.99-
YUV148.4131.1690.63-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 22.64%
GREEN value IS 174 (68.36% from 255) = 41.04%
BLUE value IS 154 (60.55% from 255) = 36.32%
R=22.64%
G=41.04%
B=36.32%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal961741540.4500.110.32164.6232.552.94
Hex60AE9A2D0B20a52035
Octal14025623255013402454065
Binary110000010101110100110101011010101110000010100101100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60AE9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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