Html Css Color HEX #55AA99 Keppel

📋 copy color: '#55AA99'

red 85 ◦ green 170 ◦ blue 153

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

Shades of Keppel #55AA99

Tints of Keppel #55AA99

RGB

 RED value IS 85 (33.59% from 255) = 20.83%

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

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

R = 20.83%
G = 41.67%
B = 37.5%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.1

 K value IS 0.33

RGB Variations

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

Color information

#55AA99 (or 0x55AA99) is known color: Keppel. HEX triplet: 55, AA and 99. RGB value is (85,170,153). Sum of RGB (Red+Green+Blue) = 85+170+153=408 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.83% from 408); Green value is 170 (66.80% from 255 or 41.67% from 408); Blue value is 153 (60.16% from 255 or 37.5% from 408); Max value from RGB is 170 - color contains mainly: green. Hex color #55AA99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55AA99 is #AA5566. Grayscale: #8E8E8E. Windows color (decimal): -11162983 or 10070613. OLE color: 10070613.

HSL color Cylindrical-coordinate representation of color #55AA99: hue angle of 168º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #55AA99 is Cyan = 0.50, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.33.

Color convert

RGB 85 170 153 -
CMYK 0.50 0 0.1 0.33
HSL 168º 0.33% 0.5% -
HSV(B) 168º 0.5% 0.67% -
XYZ 23.87 32.98 35.24 -
YUV 142.65 133.84 86.88 -
System Red Green Blue C M Y K H S L
Decimal 85 170 153 0.50 0 0.1 0.33 168 0.33 0.5
Hex 55 AA 99 32 0 A 21 A8 21 32
Octal 125 252 231 62 0 12 41 250 41 62
Binary 1010101 10101010 10011001 110010 0 1010 100001 10101000 100001 110010

Color Harmonies of #55AA99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55AA99

Black with #55AA99

Text Example


Text Example

White with #55AA99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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