Html Css Color HEX #60A690 Keppel

📋 copy color: '#60A690'

red 96 ◦ green 166 ◦ blue 144

#60A690
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Keppel #60A690

Tints of Keppel #60A690

RGB

 RED value IS 96 (37.89% from 255) = 23.65%

 GREEN value IS 166 (65.23% from 255) = 40.89%

 BLUE value IS 144 (56.64% from 255) = 35.47%

R = 23.65%
G = 40.89%
B = 35.47%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.13

 K value IS 0.35

RGB Variations

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

Color information

#60A690 (or 0x60A690) is known color: Keppel. HEX triplet: 60, A6 and 90. RGB value is (96,166,144). Sum of RGB (Red+Green+Blue) = 96+166+144=406 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.65% from 406); Green value is 166 (65.23% from 255 or 40.89% from 406); Blue value is 144 (56.64% from 255 or 35.47% from 406); Max value from RGB is 166 - color contains mainly: green. Hex color #60A690 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60A690 is #9F596F. Grayscale: #8E8E8E. Windows color (decimal): -10443120 or 9479776. OLE color: 9479776.

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

Color convert

RGB 96 166 144 -
CMYK 0.42 0 0.13 0.35
HSL 161.14º 0.28% 0.51% -
HSV(B) 161.14º 0.42% 0.65% -
XYZ 23.49 31.77 31.28 -
YUV 142.56 128.81 94.79 -
System Red Green Blue C M Y K H S L
Decimal 96 166 144 0.42 0 0.13 0.35 161.14 0.28 0.51
Hex 60 A6 90 2A 0 D 23 A1 1C 33
Octal 140 246 220 52 0 15 43 241 34 63
Binary 1100000 10100110 10010000 101010 0 1101 100011 10100001 11100 110011

Color Harmonies of #60A690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60A690

Black with #60A690

Text Example


Text Example

White with #60A690

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #60A690;
 }
 .AnyTagClassName
 {
   color: #60A690;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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