Html Css Color HEX #60AC8F Keppel

📋 copy color: '#60AC8F'

red 96 ◦ green 172 ◦ blue 143

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

Shades of Keppel #60AC8F

Tints of Keppel #60AC8F

RGB

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

 GREEN value IS 172 (67.58% from 255) = 41.85%

 BLUE value IS 143 (56.25% from 255) = 34.79%

R = 23.36%
G = 41.85%
B = 34.79%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.17

 K value IS 0.33

RGB Variations

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

Color information

#60AC8F (or 0x60AC8F) is known color: Keppel. HEX triplet: 60, AC and 8F. RGB value is (96,172,143). Sum of RGB (Red+Green+Blue) = 96+172+143=411 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.36% from 411); Green value is 172 (67.58% from 255 or 41.85% from 411); Blue value is 143 (56.25% from 255 or 34.79% from 411); Max value from RGB is 172 - color contains mainly: green. Hex color #60AC8F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60AC8F is #9F5370. Grayscale: #929292. Windows color (decimal): -10441585 or 9415776. OLE color: 9415776.

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

Color convert

RGB 96 172 143 -
CMYK 0.44 0 0.17 0.33
HSL 157.11º 0.31% 0.53% -
HSV(B) 157.11º 0.44% 0.67% -
XYZ 24.53 33.98 31.25 -
YUV 145.97 126.32 92.36 -
System Red Green Blue C M Y K H S L
Decimal 96 172 143 0.44 0 0.17 0.33 157.11 0.31 0.53
Hex 60 AC 8F 2C 0 11 21 9D 1F 35
Octal 140 254 217 54 0 21 41 235 37 65
Binary 1100000 10101100 10001111 101100 0 10001 100001 10011101 11111 110101

Color Harmonies of #60AC8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60AC8F

Black with #60AC8F

Text Example


Text Example

White with #60AC8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,172,143); }

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

background-color css

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

 a { background-color: rgb(96,172,143); }

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

border-color css

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

 span { border-color: rgb(96,172,143); }

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