Html Css Color HEX #55BA96 Keppel

📋 copy color: '#55BA96'

red 85 ◦ green 186 ◦ blue 150

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

Shades of Keppel #55BA96

Tints of Keppel #55BA96

RGB

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

 GREEN value IS 186 (73.05% from 255) = 44.18%

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

R = 20.19%
G = 44.18%
B = 35.63%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.19

 K value IS 0.27

RGB Variations

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

Color information

#55BA96 (or 0x55BA96) is known color: Keppel. HEX triplet: 55, BA and 96. RGB value is (85,186,150). Sum of RGB (Red+Green+Blue) = 85+186+150=421 (55% of max value = 765). Red value is 85 (33.59% from 255 or 20.19% from 421); Green value is 186 (73.05% from 255 or 44.18% from 421); Blue value is 150 (58.98% from 255 or 35.63% from 421); Max value from RGB is 186 - color contains mainly: green. Hex color #55BA96 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55BA96 is #AA4569. Grayscale: #979797. Windows color (decimal): -11158890 or 9878101. OLE color: 9878101.

HSL color Cylindrical-coordinate representation of color #55BA96: hue angle of 158.61º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #55BA96 is Cyan = 0.54, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.27.

Color convert

RGB 85 186 150 -
CMYK 0.54 0 0.19 0.27
HSL 158.61º 0.42% 0.53% -
HSV(B) 158.61º 0.54% 0.73% -
XYZ 26.81 39.25 35.02 -
YUV 151.7 127.04 80.43 -
System Red Green Blue C M Y K H S L
Decimal 85 186 150 0.54 0 0.19 0.27 158.61 0.42 0.53
Hex 55 BA 96 36 0 13 1B 9F 2A 35
Octal 125 272 226 66 0 23 33 237 52 65
Binary 1010101 10111010 10010110 110110 0 10011 11011 10011111 101010 110101

Color Harmonies of #55BA96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55BA96

Black with #55BA96

Text Example


Text Example

White with #55BA96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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