Html Css Color HEX #60A396 Keppel

📋 copy color: '#60A396'

red 96 ◦ green 163 ◦ blue 150

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

Shades of Keppel #60A396

Tints of Keppel #60A396

RGB

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

 GREEN value IS 163 (64.06% from 255) = 39.85%

 BLUE value IS 150 (58.98% from 255) = 36.67%

R = 23.47%
G = 39.85%
B = 36.67%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.08

 K value IS 0.36

RGB Variations

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

Color information

#60A396 (or 0x60A396) is known color: Keppel. HEX triplet: 60, A3 and 96. RGB value is (96,163,150). Sum of RGB (Red+Green+Blue) = 96+163+150=409 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.47% from 409); Green value is 163 (64.06% from 255 or 39.85% from 409); Blue value is 150 (58.98% from 255 or 36.67% from 409); Max value from RGB is 163 - color contains mainly: green. Hex color #60A396 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60A396 is #9F5C69. Grayscale: #8D8D8D. Windows color (decimal): -10443882 or 9872224. OLE color: 9872224.

HSL color Cylindrical-coordinate representation of color #60A396: hue angle of 168.36º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #60A396 is Cyan = 0.41, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.36.

Color convert

RGB 96 163 150 -
CMYK 0.41 0 0.08 0.36
HSL 168.36º 0.27% 0.51% -
HSV(B) 168.36º 0.41% 0.64% -
XYZ 23.43 30.88 33.58 -
YUV 141.49 132.8 95.56 -
System Red Green Blue C M Y K H S L
Decimal 96 163 150 0.41 0 0.08 0.36 168.36 0.27 0.51
Hex 60 A3 96 29 0 8 24 A8 1B 33
Octal 140 243 226 51 0 10 44 250 33 63
Binary 1100000 10100011 10010110 101001 0 1000 100100 10101000 11011 110011

Color Harmonies of #60A396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60A396

Black with #60A396

Text Example


Text Example

White with #60A396

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,163,150); }

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

background-color css

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

 a { background-color: rgb(96,163,150); }

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

border-color css

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

 span { border-color: rgb(96,163,150); }

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