Html Css Color HEX #55AA95 Keppel

📋 copy color: '#55AA95'

red 85 ◦ green 170 ◦ blue 149

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

Shades of Keppel #55AA95

Tints of Keppel #55AA95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 36.88%

R = 21.04%
G = 42.08%
B = 36.88%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.12

 K value IS 0.33

RGB Variations

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

Color information

#55AA95 (or 0x55AA95) is known color: Keppel. HEX triplet: 55, AA and 95. RGB value is (85,170,149). Sum of RGB (Red+Green+Blue) = 85+170+149=404 (53% of max value = 765). Red value is 85 (33.59% from 255 or 21.04% from 404); Green value is 170 (66.80% from 255 or 42.08% from 404); Blue value is 149 (58.59% from 255 or 36.88% from 404); Max value from RGB is 170 - color contains mainly: green. Hex color #55AA95 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55AA95 is #AA556A. Grayscale: #8E8E8E. Windows color (decimal): -11162987 or 9808469. OLE color: 9808469.

HSL color Cylindrical-coordinate representation of color #55AA95: hue angle of 165.18º 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 #55AA95 is Cyan = 0.50, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.33.

Color convert

RGB 85 170 149 -
CMYK 0.50 0 0.12 0.33
HSL 165.18º 0.33% 0.5% -
HSV(B) 165.18º 0.5% 0.67% -
XYZ 23.55 32.85 33.53 -
YUV 142.19 131.84 87.21 -
System Red Green Blue C M Y K H S L
Decimal 85 170 149 0.50 0 0.12 0.33 165.18 0.33 0.5
Hex 55 AA 95 32 0 C 21 A5 21 32
Octal 125 252 225 62 0 14 41 245 41 62
Binary 1010101 10101010 10010101 110010 0 1100 100001 10100101 100001 110010

Color Harmonies of #55AA95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55AA95

Black with #55AA95

Text Example


Text Example

White with #55AA95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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