Html Css Color HEX #60AC9A Keppel

📋 copy color: '#60AC9A'

red 96 ◦ green 172 ◦ blue 154

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

Shades of Keppel #60AC9A

Tints of Keppel #60AC9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 36.49%

R = 22.75%
G = 40.76%
B = 36.49%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.10

 K value IS 0.33

RGB Variations

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

Color information

#60AC9A (or 0x60AC9A) is known color: Keppel. HEX triplet: 60, AC and 9A. RGB value is (96,172,154). Sum of RGB (Red+Green+Blue) = 96+172+154=422 (55% of max value = 765). Red value is 96 (37.89% from 255 or 22.75% from 422); Green value is 172 (67.58% from 255 or 40.76% from 422); Blue value is 154 (60.55% from 255 or 36.49% from 422); Max value from RGB is 172 - color contains mainly: green. Hex color #60AC9A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60AC9A is #9F5365. Grayscale: #939393. Windows color (decimal): -10441574 or 10136672. OLE color: 10136672.

HSL color Cylindrical-coordinate representation of color #60AC9A: hue angle of 165.79º 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 #60AC9A is Cyan = 0.44, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.33.

Color convert

RGB 96 172 154 -
CMYK 0.44 0 0.10 0.33
HSL 165.79º 0.31% 0.53% -
HSV(B) 165.79º 0.44% 0.67% -
XYZ 25.41 34.32 35.86 -
YUV 147.22 131.82 91.46 -
System Red Green Blue C M Y K H S L
Decimal 96 172 154 0.44 0 0.10 0.33 165.79 0.31 0.53
Hex 60 AC 9A 2C 0 A 21 A6 1F 35
Octal 140 254 232 54 0 12 41 246 37 65
Binary 1100000 10101100 10011010 101100 0 1010 100001 10100110 11111 110101

Color Harmonies of #60AC9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60AC9A

Black with #60AC9A

Text Example


Text Example

White with #60AC9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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