Html Css Color HEX #60A68D Keppel

📋 copy color: '#60A68D'

red 96 ◦ green 166 ◦ blue 141

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

Shades of Keppel #60A68D

Tints of Keppel #60A68D

RGB

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

 GREEN value IS 166 (65.23% from 255) = 41.19%

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

R = 23.82%
G = 41.19%
B = 34.99%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.15

 K value IS 0.35

RGB Variations

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

Color information

#60A68D (or 0x60A68D) is known color: Keppel. HEX triplet: 60, A6 and 8D. RGB value is (96,166,141). Sum of RGB (Red+Green+Blue) = 96+166+141=403 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.82% from 403); Green value is 166 (65.23% from 255 or 41.19% from 403); Blue value is 141 (55.47% from 255 or 34.99% from 403); Max value from RGB is 166 - color contains mainly: green. Hex color #60A68D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60A68D is #9F5972. Grayscale: #8E8E8E. Windows color (decimal): -10443123 or 9283168. OLE color: 9283168.

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

Color convert

RGB 96 166 141 -
CMYK 0.42 0 0.15 0.35
HSL 158.57º 0.28% 0.51% -
HSV(B) 158.57º 0.42% 0.65% -
XYZ 23.27 31.68 30.09 -
YUV 142.22 127.31 95.03 -
System Red Green Blue C M Y K H S L
Decimal 96 166 141 0.42 0 0.15 0.35 158.57 0.28 0.51
Hex 60 A6 8D 2A 0 F 23 9F 1C 33
Octal 140 246 215 52 0 17 43 237 34 63
Binary 1100000 10100110 10001101 101010 0 1111 100011 10011111 11100 110011

Color Harmonies of #60A68D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60A68D

Black with #60A68D

Text Example


Text Example

White with #60A68D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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