Html Css Color HEX #55AD89 Keppel

📋 copy color: '#55AD89'

red 85 ◦ green 173 ◦ blue 137

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

Shades of Keppel #55AD89

Tints of Keppel #55AD89

RGB

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

 GREEN value IS 173 (67.97% from 255) = 43.8%

 BLUE value IS 137 (53.91% from 255) = 34.68%

R = 21.52%
G = 43.8%
B = 34.68%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.21

 K value IS 0.32

RGB Variations

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

Color information

#55AD89 (or 0x55AD89) is known color: Keppel. HEX triplet: 55, AD and 89. RGB value is (85,173,137). Sum of RGB (Red+Green+Blue) = 85+173+137=395 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.52% from 395); Green value is 173 (67.97% from 255 or 43.80% from 395); Blue value is 137 (53.91% from 255 or 34.68% from 395); Max value from RGB is 173 - color contains mainly: green. Hex color #55AD89 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55AD89 is #AA5276. Grayscale: #8E8E8E. Windows color (decimal): -11162231 or 9022805. OLE color: 9022805.

HSL color Cylindrical-coordinate representation of color #55AD89: hue angle of 155.45º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #55AD89 is Cyan = 0.51, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.32.

Color convert

RGB 85 173 137 -
CMYK 0.51 0 0.21 0.32
HSL 155.45º 0.35% 0.51% -
HSV(B) 155.45º 0.51% 0.68% -
XYZ 23.21 33.62 28.93 -
YUV 142.58 124.85 86.93 -
System Red Green Blue C M Y K H S L
Decimal 85 173 137 0.51 0 0.21 0.32 155.45 0.35 0.51
Hex 55 AD 89 33 0 15 20 9B 23 33
Octal 125 255 211 63 0 25 40 233 43 63
Binary 1010101 10101101 10001001 110011 0 10101 100000 10011011 100011 110011

Color Harmonies of #55AD89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55AD89

Black with #55AD89

Text Example


Text Example

White with #55AD89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,173,137); }

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

background-color css

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

 a { background-color: rgb(85,173,137); }

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

border-color css

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

 span { border-color: rgb(85,173,137); }

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