Html Css Color HEX #55C096 Keppel

📋 copy color: '#55C096'

red 85 ◦ green 192 ◦ blue 150

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

Shades of Keppel #55C096

Tints of Keppel #55C096

RGB

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

 GREEN value IS 192 (75.39% from 255) = 44.96%

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

R = 19.91%
G = 44.96%
B = 35.13%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.22

 K value IS 0.25

RGB Variations

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

Color information

#55C096 (or 0x55C096) is known color: Keppel. HEX triplet: 55, C0 and 96. RGB value is (85,192,150). Sum of RGB (Red+Green+Blue) = 85+192+150=427 (56% of max value = 765). Red value is 85 (33.59% from 255 or 19.91% from 427); Green value is 192 (75.39% from 255 or 44.96% from 427); Blue value is 150 (58.98% from 255 or 35.13% from 427); Max value from RGB is 192 - color contains mainly: green. Hex color #55C096 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55C096 is #AA3F69. Grayscale: #9B9B9B. Windows color (decimal): -11157354 or 9879637. OLE color: 9879637.

HSL color Cylindrical-coordinate representation of color #55C096: hue angle of 156.45º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #55C096 is Cyan = 0.56, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.25.

Color convert

RGB 85 192 150 -
CMYK 0.56 0 0.22 0.25
HSL 156.45º 0.46% 0.54% -
HSV(B) 156.45º 0.56% 0.75% -
XYZ 28.1 41.83 35.45 -
YUV 155.22 125.05 77.92 -
System Red Green Blue C M Y K H S L
Decimal 85 192 150 0.56 0 0.22 0.25 156.45 0.46 0.54
Hex 55 C0 96 38 0 16 19 9C 2E 36
Octal 125 300 226 70 0 26 31 234 56 66
Binary 1010101 11000000 10010110 111000 0 10110 11001 10011100 101110 110110

Color Harmonies of #55C096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55C096

Black with #55C096

Text Example


Text Example

White with #55C096

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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