Html Css Color HEX #55AA91 Keppel

📋 copy color: '#55AA91'

red 85 ◦ green 170 ◦ blue 145

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

Shades of Keppel #55AA91

Tints of Keppel #55AA91

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 36.25%

R = 21.25%
G = 42.5%
B = 36.25%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.15

 K value IS 0.33

RGB Variations

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

Color information

#55AA91 (or 0x55AA91) is known color: Keppel. HEX triplet: 55, AA and 91. RGB value is (85,170,145). Sum of RGB (Red+Green+Blue) = 85+170+145=400 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.25% from 400); Green value is 170 (66.80% from 255 or 42.5% from 400); Blue value is 145 (57.03% from 255 or 36.25% from 400); Max value from RGB is 170 - color contains mainly: green. Hex color #55AA91 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55AA91 is #AA556E. Grayscale: #8D8D8D. Windows color (decimal): -11162991 or 9546325. OLE color: 9546325.

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

Color convert

RGB 85 170 145 -
CMYK 0.50 0 0.15 0.33
HSL 162.35º 0.33% 0.5% -
HSV(B) 162.35º 0.5% 0.67% -
XYZ 23.23 32.73 31.88 -
YUV 141.74 129.84 87.53 -
System Red Green Blue C M Y K H S L
Decimal 85 170 145 0.50 0 0.15 0.33 162.35 0.33 0.5
Hex 55 AA 91 32 0 F 21 A2 21 32
Octal 125 252 221 62 0 17 41 242 41 62
Binary 1010101 10101010 10010001 110010 0 1111 100001 10100010 100001 110010

Color Harmonies of #55AA91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55AA91

Black with #55AA91

Text Example


Text Example

White with #55AA91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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