Html Css Color HEX #60AA99 Keppel

📋 copy color: '#60AA99'

red 96 ◦ green 170 ◦ blue 153

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

Shades of Keppel #60AA99

Tints of Keppel #60AA99

RGB

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

 GREEN value IS 170 (66.8% from 255) = 40.57%

 BLUE value IS 153 (60.16% from 255) = 36.52%

R = 22.91%
G = 40.57%
B = 36.52%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.1

 K value IS 0.33

RGB Variations

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

Color information

#60AA99 (or 0x60AA99) is known color: Keppel. HEX triplet: 60, AA and 99. RGB value is (96,170,153). Sum of RGB (Red+Green+Blue) = 96+170+153=419 (55% of max value = 765). Red value is 96 (37.89% from 255 or 22.91% from 419); Green value is 170 (66.80% from 255 or 40.57% from 419); Blue value is 153 (60.16% from 255 or 36.52% from 419); Max value from RGB is 170 - color contains mainly: green. Hex color #60AA99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60AA99 is #9F5566. Grayscale: #919191. Windows color (decimal): -10442087 or 10070624. OLE color: 10070624.

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

Color convert

RGB 96 170 153 -
CMYK 0.44 0 0.1 0.33
HSL 166.22º 0.3% 0.52% -
HSV(B) 166.22º 0.44% 0.67% -
XYZ 24.95 33.54 35.3 -
YUV 145.94 131.98 92.38 -
System Red Green Blue C M Y K H S L
Decimal 96 170 153 0.44 0 0.1 0.33 166.22 0.3 0.52
Hex 60 AA 99 2C 0 A 21 A6 1E 34
Octal 140 252 231 54 0 12 41 246 36 64
Binary 1100000 10101010 10011001 101100 0 1010 100001 10100110 11110 110100

Color Harmonies of #60AA99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60AA99

Black with #60AA99

Text Example


Text Example

White with #60AA99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,170,153); }

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

background-color css

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

 a { background-color: rgb(96,170,153); }

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

border-color css

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

 span { border-color: rgb(96,170,153); }

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