Html Css Color HEX #60A592 Keppel

📋 copy color: '#60A592'

red 96 ◦ green 165 ◦ blue 146

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

Shades of Keppel #60A592

Tints of Keppel #60A592

RGB

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

 GREEN value IS 165 (64.84% from 255) = 40.54%

 BLUE value IS 146 (57.42% from 255) = 35.87%

R = 23.59%
G = 40.54%
B = 35.87%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.12

 K value IS 0.35

RGB Variations

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

Color information

#60A592 (or 0x60A592) is known color: Keppel. HEX triplet: 60, A5 and 92. RGB value is (96,165,146). Sum of RGB (Red+Green+Blue) = 96+165+146=407 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.59% from 407); Green value is 165 (64.84% from 255 or 40.54% from 407); Blue value is 146 (57.42% from 255 or 35.87% from 407); Max value from RGB is 165 - color contains mainly: green. Hex color #60A592 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60A592 is #9F5A6D. Grayscale: #8E8E8E. Windows color (decimal): -10443374 or 9610592. OLE color: 9610592.

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

Color convert

RGB 96 165 146 -
CMYK 0.42 0 0.12 0.35
HSL 163.48º 0.28% 0.51% -
HSV(B) 163.48º 0.42% 0.65% -
XYZ 23.47 31.47 32.03 -
YUV 142.2 130.14 95.04 -
System Red Green Blue C M Y K H S L
Decimal 96 165 146 0.42 0 0.12 0.35 163.48 0.28 0.51
Hex 60 A5 92 2A 0 C 23 A3 1C 33
Octal 140 245 222 52 0 14 43 243 34 63
Binary 1100000 10100101 10010010 101010 0 1100 100011 10100011 11100 110011

Color Harmonies of #60A592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60A592

Black with #60A592

Text Example


Text Example

White with #60A592

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,165,146); }

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

background-color css

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

 a { background-color: rgb(96,165,146); }

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

border-color css

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

 span { border-color: rgb(96,165,146); }

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