Html Css Color HEX #60A594 Keppel

📋 copy color: '#60A594'

red 96 ◦ green 165 ◦ blue 148

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

Shades of Keppel #60A594

Tints of Keppel #60A594

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 36.19%

R = 23.47%
G = 40.34%
B = 36.19%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.10

 K value IS 0.35

RGB Variations

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

Color information

#60A594 (or 0x60A594) is known color: Keppel. HEX triplet: 60, A5 and 94. RGB value is (96,165,148). Sum of RGB (Red+Green+Blue) = 96+165+148=409 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.47% from 409); Green value is 165 (64.84% from 255 or 40.34% from 409); Blue value is 148 (58.20% from 255 or 36.19% from 409); Max value from RGB is 165 - color contains mainly: green. Hex color #60A594 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60A594 is #9F5A6B. Grayscale: #8E8E8E. Windows color (decimal): -10443372 or 9741664. OLE color: 9741664.

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

Color convert

RGB 96 165 148 -
CMYK 0.42 0 0.10 0.35
HSL 165.22º 0.28% 0.51% -
HSV(B) 165.22º 0.42% 0.65% -
XYZ 23.62 31.54 32.86 -
YUV 142.43 131.14 94.88 -
System Red Green Blue C M Y K H S L
Decimal 96 165 148 0.42 0 0.10 0.35 165.22 0.28 0.51
Hex 60 A5 94 2A 0 A 23 A5 1C 33
Octal 140 245 224 52 0 12 43 245 34 63
Binary 1100000 10100101 10010100 101010 0 1010 100011 10100101 11100 110011

Color Harmonies of #60A594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60A594

Black with #60A594

Text Example


Text Example

White with #60A594

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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