Html Css Color HEX #60AB8D Keppel

📋 copy color: '#60AB8D'

red 96 ◦ green 171 ◦ blue 141

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

Shades of Keppel #60AB8D

Tints of Keppel #60AB8D

RGB

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

 GREEN value IS 171 (67.19% from 255) = 41.91%

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

R = 23.53%
G = 41.91%
B = 34.56%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.18

 K value IS 0.33

RGB Variations

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

Color information

#60AB8D (or 0x60AB8D) is known color: Keppel. HEX triplet: 60, AB and 8D. RGB value is (96,171,141). Sum of RGB (Red+Green+Blue) = 96+171+141=408 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.53% from 408); Green value is 171 (67.19% from 255 or 41.91% from 408); Blue value is 141 (55.47% from 255 or 34.56% from 408); Max value from RGB is 171 - color contains mainly: green. Hex color #60AB8D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60AB8D is #9F5472. Grayscale: #919191. Windows color (decimal): -10441843 or 9284448. OLE color: 9284448.

HSL color Cylindrical-coordinate representation of color #60AB8D: hue angle of 156º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #60AB8D is Cyan = 0.44, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.33.

Color convert

RGB 96 171 141 -
CMYK 0.44 0 0.18 0.33
HSL 156º 0.31% 0.52% -
HSV(B) 156º 0.44% 0.67% -
XYZ 24.19 33.54 30.4 -
YUV 145.16 125.65 92.94 -
System Red Green Blue C M Y K H S L
Decimal 96 171 141 0.44 0 0.18 0.33 156 0.31 0.52
Hex 60 AB 8D 2C 0 12 21 9C 1F 34
Octal 140 253 215 54 0 22 41 234 37 64
Binary 1100000 10101011 10001101 101100 0 10010 100001 10011100 11111 110100

Color Harmonies of #60AB8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60AB8D

Black with #60AB8D

Text Example


Text Example

White with #60AB8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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