Html Css Color HEX #60AD8D Keppel

📋 copy color: '#60AD8D'

red 96 ◦ green 173 ◦ blue 141

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

Shades of Keppel #60AD8D

Tints of Keppel #60AD8D

RGB

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

 GREEN value IS 173 (67.97% from 255) = 42.2%

 BLUE value IS 141 (55.47% from 255) = 34.39%

R = 23.41%
G = 42.2%
B = 34.39%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.18

 K value IS 0.32

RGB Variations

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

Color information

#60AD8D (or 0x60AD8D) is known color: Keppel. HEX triplet: 60, AD and 8D. RGB value is (96,173,141). Sum of RGB (Red+Green+Blue) = 96+173+141=410 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.41% from 410); Green value is 173 (67.97% from 255 or 42.20% from 410); Blue value is 141 (55.47% from 255 or 34.39% from 410); Max value from RGB is 173 - color contains mainly: green. Hex color #60AD8D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60AD8D is #9F5272. Grayscale: #929292. Windows color (decimal): -10441331 or 9284960. OLE color: 9284960.

HSL color Cylindrical-coordinate representation of color #60AD8D: hue angle of 155.06º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #60AD8D is Cyan = 0.45, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.32.

Color convert

RGB 96 173 141 -
CMYK 0.45 0 0.18 0.32
HSL 155.06º 0.32% 0.53% -
HSV(B) 155.06º 0.45% 0.68% -
XYZ 24.58 34.3 30.52 -
YUV 146.33 124.99 92.1 -
System Red Green Blue C M Y K H S L
Decimal 96 173 141 0.45 0 0.18 0.32 155.06 0.32 0.53
Hex 60 AD 8D 2D 0 12 20 9B 20 35
Octal 140 255 215 55 0 22 40 233 40 65
Binary 1100000 10101101 10001101 101101 0 10010 100000 10011011 100000 110101

Color Harmonies of #60AD8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60AD8D

Black with #60AD8D

Text Example


Text Example

White with #60AD8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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