Html Css Color HEX #55B196 Keppel

📋 copy color: '#55B196'

red 85 ◦ green 177 ◦ blue 150

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

Shades of Keppel #55B196

Tints of Keppel #55B196

RGB

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

 GREEN value IS 177 (69.53% from 255) = 42.96%

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

R = 20.63%
G = 42.96%
B = 36.41%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.15

 K value IS 0.31

RGB Variations

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

Color information

#55B196 (or 0x55B196) is known color: Keppel. HEX triplet: 55, B1 and 96. RGB value is (85,177,150). Sum of RGB (Red+Green+Blue) = 85+177+150=412 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.63% from 412); Green value is 177 (69.53% from 255 or 42.96% from 412); Blue value is 150 (58.98% from 255 or 36.41% from 412); Max value from RGB is 177 - color contains mainly: green. Hex color #55B196 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55B196 is #AA4E69. Grayscale: #929292. Windows color (decimal): -11161194 or 9875797. OLE color: 9875797.

HSL color Cylindrical-coordinate representation of color #55B196: hue angle of 162.39º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #55B196 is Cyan = 0.52, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.31.

Color convert

RGB 85 177 150 -
CMYK 0.52 0 0.15 0.31
HSL 162.39º 0.37% 0.51% -
HSV(B) 162.39º 0.52% 0.69% -
XYZ 24.97 35.58 34.41 -
YUV 146.41 130.02 84.2 -
System Red Green Blue C M Y K H S L
Decimal 85 177 150 0.52 0 0.15 0.31 162.39 0.37 0.51
Hex 55 B1 96 34 0 F 1F A2 25 33
Octal 125 261 226 64 0 17 37 242 45 63
Binary 1010101 10110001 10010110 110100 0 1111 11111 10100010 100101 110011

Color Harmonies of #55B196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55B196

Black with #55B196

Text Example


Text Example

White with #55B196

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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