Html Css Color HEX #55AD96 Keppel

📋 copy color: '#55AD96'

red 85 ◦ green 173 ◦ blue 150

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

Shades of Keppel #55AD96

Tints of Keppel #55AD96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 36.76%

R = 20.83%
G = 42.4%
B = 36.76%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.13

 K value IS 0.32

RGB Variations

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

Color information

#55AD96 (or 0x55AD96) is known color: Keppel. HEX triplet: 55, AD and 96. RGB value is (85,173,150). Sum of RGB (Red+Green+Blue) = 85+173+150=408 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.83% from 408); Green value is 173 (67.97% from 255 or 42.40% from 408); Blue value is 150 (58.98% from 255 or 36.76% from 408); Max value from RGB is 173 - color contains mainly: green. Hex color #55AD96 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55AD96 is #AA5269. Grayscale: #909090. Windows color (decimal): -11162218 or 9874773. OLE color: 9874773.

HSL color Cylindrical-coordinate representation of color #55AD96: hue angle of 164.32º 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 #55AD96 is Cyan = 0.51, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.32.

Color convert

RGB 85 173 150 -
CMYK 0.51 0 0.13 0.32
HSL 164.32º 0.35% 0.51% -
HSV(B) 164.32º 0.51% 0.68% -
XYZ 24.19 34.02 34.15 -
YUV 144.07 131.35 85.87 -
System Red Green Blue C M Y K H S L
Decimal 85 173 150 0.51 0 0.13 0.32 164.32 0.35 0.51
Hex 55 AD 96 33 0 D 20 A4 23 33
Octal 125 255 226 63 0 15 40 244 43 63
Binary 1010101 10101101 10010110 110011 0 1101 100000 10100100 100011 110011

Color Harmonies of #55AD96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55AD96

Black with #55AD96

Text Example


Text Example

White with #55AD96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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