#60A68D

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

Shades of Keppel #60A68D

Tints of Keppel #60A68D

Color information

#60A68D (or 0x60A68D) is unknown color: approx Keppel. HEX triplet: 60, A6 and 8D. RGB value is (96,166,141). Sum of RGB (Red+Green+Blue) = 96+166+141=403 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.82% from 403); Green value is 166 (65.23% from 255 or 41.19% from 403); Blue value is 141 (55.47% from 255 or 34.99% from 403); Max value from RGB is 166 - color contains mainly: green. Hex color #60A68D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60A68D is #9F5972. Grayscale: #8E8E8E. Windows color (decimal): -10443123 or 9283168. OLE color: 9283168.

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

Color convert

RGB96166141-
CMYK0.4200.150.35
HSL158.57º28.23%51.37%-
HSV(B)158.57º42.17%65.1%-
XYZ23.2731.6830.09-
YUV142.22127.3195.03-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 23.82%
GREEN value IS 166 (65.23% from 255) = 41.19%
BLUE value IS 141 (55.47% from 255) = 34.99%
R=23.82%
G=41.19%
B=34.99%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal961661410.4200.150.35158.5728.2351.37
Hex60A68D2A0F239f1c33
Octal14024621552017432373463
Binary11000001010011010001101101010011111000111001111111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60A68D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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